code/__DEFINES/ai/haunted.dm
HAUNTED_ITEM_ATTACK_HAUNT_CHANCE | Chance for haunted item to haunt someone |
---|---|
HAUNTED_ITEM_ESCAPE_GRASP_CHANCE | Chance for haunted item to try to get itself let go. |
HAUNTED_ITEM_AGGRO_ADDITION | Amount of aggro you get when picking up a haunted item |
CURSED_VIEW_RANGE | how far a cursed item will still try to chase a target |
BB_HAUNT_TARGET | Actual mob the item is haunting at the moment |
BB_HAUNTED_THROW_ATTEMPT_COUNT | Amount of successful hits in a row this item has had |
BB_LIKES_EQUIPPER | If true, tolerates the equipper holding/equipping the hauntium |
BB_CURSE_TARGET | Actual mob the item is haunting at the moment |
BB_TARGET_SLOT | Where the item wants to land on |
BB_CURSED_THROW_ATTEMPT_COUNT | Amount of successful hits in a row this item has had |
Define Details
BB_CURSED_THROW_ATTEMPT_COUNT
Amount of successful hits in a row this item has had
BB_CURSE_TARGET
Actual mob the item is haunting at the moment
BB_HAUNTED_THROW_ATTEMPT_COUNT
Amount of successful hits in a row this item has had
BB_HAUNT_TARGET
Actual mob the item is haunting at the moment
BB_LIKES_EQUIPPER
If true, tolerates the equipper holding/equipping the hauntium
BB_TARGET_SLOT
Where the item wants to land on
CURSED_VIEW_RANGE
how far a cursed item will still try to chase a target
HAUNTED_ITEM_AGGRO_ADDITION
Amount of aggro you get when picking up a haunted item
HAUNTED_ITEM_ATTACK_HAUNT_CHANCE
Chance for haunted item to haunt someone
HAUNTED_ITEM_ESCAPE_GRASP_CHANCE
Chance for haunted item to try to get itself let go.