Item(entity)
From Blood Wiki
(Difference between revisions)
(Created page with "Blood Omnicide item archetype is used to create items such as: artifacts, spell cards, weapons, powerups, tokens etc. == Behavior == When item is targeted by another [[entity...") |
m |
||
Line 28: | Line 28: | ||
| If set, item becomes hidden and got spawned when triggered. | | If set, item becomes hidden and got spawned when triggered. | ||
{{entity fields end}} | {{entity fields end}} | ||
+ | |||
+ | [[Category:Entity definitions]] | ||
+ | [[Category:Items]] |
Revision as of 23:42, 15 May 2014
Blood Omnicide item archetype is used to create items such as: artifacts, spell cards, weapons, powerups, tokens etc.
Behavior
When item is targeted by another entity, it becomes hidden and spawns itself when called.
To make item animate using circle spawn move (as it spawns from chest), target it to some entity, then it will start it's move from that entity center (so you can target bmodels).
Item will trigger it's targets once picked it when picked.
Call parameters
Items have no special calling parameters.
Keys
Key | Description | Default value |
---|---|---|
Target | target | This entity will be triggered when item is picked. Also this entity will be a start position for circle spawn move. |
Target parameters | targetparm | Instructions for trigger event; Type "nocall" here to disable trigger event. |
Targetname | targetname | If set, item becomes hidden and got spawned when triggered. |