Skip to content

Commit

Permalink
Extra doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Nov 7, 2024
1 parent 0ce6e7e commit f9311a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/EFFECT_ON_CONDITION.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For example, `{ "npc_has_effect": "Shadow_Reveal" }`, used by shadow lieutenant,
| Talk with monster | player (Avatar) | monster (monster) |
| Use computer | player (Avatar) | computer (Furniture) |
| furniture: "examine_action" | player (Avatar) | NONE |
| SPELL: "effect": "effect_on_condition" | target (Character, Monster) | spell caster (Character, Monster) |
| SPELL: "effect": "effect_on_condition" | target (Character, Monster) | spell caster (Character, Monster) | `spell_location`, location variable, location of target for use primarily when the target isn't a creature
| monster_attack: "eoc" | attacker ( Monster) | victim (Creature) | `damage`, int, damage dealt by attack
| use_action: "type": "effect_on_conditions" | user (Character) | item (item) | `id`, string, stores item id
| tick_action: "type": "effect_on_conditions" | carrier (Character) | item (item) |
Expand Down

0 comments on commit f9311a2

Please sign in to comment.