More actions
m Replace redirect with NPCTableRow specific documentation. Tag: Removed redirect |
No edit summary |
||
| Line 8: | Line 8: | ||
; Syntax | ; Syntax | ||
: {{T|NPCTableRow|type|count|name|point= point|5=ewar= ewar|6=ewar2= ewar|7=ewar3= ewar|8=cargo= cargo|9=drop= drop|10=trigger= trigger|11=note= notes}} | : {{T|NPCTableRow|type|count|name|point= point|5=ewar= ewar|6=ewar2= ewar|7=ewar3= ewar|8=cargo= cargo|9=drop= drop|10=trigger= trigger|11=note= notes|end= end}} | ||
:; Parameters | :; Parameters | ||
:: type, count and name are anonymous (positional) parameters and must be ordered as written. | :: type, count and name are anonymous (positional) parameters and must be ordered as written. | ||
| Line 136: | Line 136: | ||
:; trigger : If destroying an NPC causes an action (acceleration gates get unlocked, a new wave of enemies spawn, etc), use this parameter. | :; trigger : If destroying an NPC causes an action (acceleration gates get unlocked, a new wave of enemies spawn, etc), use this parameter. | ||
:; note : Use to describe important information about an NPC (for instance, an NPC deals extremely high damage, is able to self-repair themselves quickly, ...). | :; note : Use to describe important information about an NPC (for instance, an NPC deals extremely high damage, is able to self-repair themselves quickly, ...). | ||
:; end : Put anythign here (true, yes for example) to automatically include the table closing tags after this row. Only use it on the last row of a table | |||
; Sample | ; Sample | ||