Feature - Implemented Add snakes sub_type

zarqon

Well-known member
It would be helpful for a few applications for mafia to know which monsters are considered snakes by KoL. The list of snakes on the Wiki includes these:

  • aggressive grass snake => beast
  • bacon snake => beast
  • Batsnake => beast
  • black adder => beast
  • Burning Snake of Fire => beast
  • coal snake => beast
  • diamondback rattler => beast
  • frontwinder => beast
  • Frozen Solid Snake => beast
  • king snake => beast
  • licorice snake => beast
  • mutant rattlesnake => beast
  • prince snake => beast
  • sewer snake with a sewer snake in it => beast
  • Snakeleton => beast
  • The Snake With Like Ten Heads => beast
  • tomb asp => beast
  • Trouser Snake => constellation
  • whitesnake => beast
A quick monsteref of "snake" reveals a few more that can mostly not be confirmed:

  • 1515: The Frattlesnake (beast)
  • 845: rock snake (none)
  • 1714: snake (beast)
  • 1209: snakefire in the grass (none) <-- it does reveal, however, that mafia is missing the phylum for this monster; it should be "beast"
BatBrain is using a hard-coded list of snakes at the moment, but this seems to be exactly the type of thing the sub_types proxy record was designed for.
 
Top