Type: Weapon Brain
Level: 2 star
Pages: 1
Description: When the player equips the prop with this brain; any character that attacks them will be damaged by half of the force of their own attack. The player still loses health from the attack.
Kode
- WHEN [not][equipped][and][not][attached]
- …WHEN [interacted] DO [it][equip][me]
- …WHEN [else]
- …/…WHEN [owner][hit by attack]
- …/…/…WHEN DO [play fx][fx:strike impact][at position][it][position][scale][1.5]
- …/…/…WHEN DO [damage][damage taken][multiplied by][0.5][it][interrupt]
Alterations
More obvious effect
Add line 7
…/…/…WHEN DO [play fx][fx:Undead Aura][on][it]