Mutated plant: Difference between revisions

Jump to navigation Jump to search
123 bytes added ,  13:54, 19 March 2021
corrections
(added note about defoliant, made some other changes)
(corrections)
Line 16: Line 16:
== Properties of Rooted Mutated Plants ==
== Properties of Rooted Mutated Plants ==
Mutated plants are considered ''rooted'' if they are incapable of autonomous movement.{{Code Reference|class=PlantProperties|method=HandleEvent(ObjectCreatedEvent)}}
Mutated plants are considered ''rooted'' if they are incapable of autonomous movement.{{Code Reference|class=PlantProperties|method=HandleEvent(ObjectCreatedEvent)}}
* Cannot be forcibly moved.{{Code Reference|class=PlantProperties|method=HandleEvent(IsRootedInPlaceEvent)}}{{Code Reference|class=PlantProperties|method=HandleEvent(LeftCellEvent)}}
* Are very resistant to being forcibly moved.{{Code Reference|class=PlantProperties|method=HandleEvent(GetKineticResistanceEvent)}}
* Cannot go [[prone]], or be [[wading]] or swimming.{{Code Reference|class=PlantProperties|method=HandleEvent(IEffectCheckEvent)}}
* Cannot go [[prone]], or be [[wading]] or swimming.{{Code Reference|class=PlantProperties|method=HandleEvent(IEffectCheckEvent)}}
* Will no longer be considered rooted if they are wearing something on their roots. Will still be unable to move.{{Code Reference|class=PlantProperties|method=HandleEvent(EquipperEquippedEvent)}}
* Will no longer be considered rooted if they move (such as by being forcibly moved or teleporting).{{Code Reference|class=PlantProperties|method=HandleEvent(LeftCellEvent)}}
* Will no longer be considered rooted if they are [[flying]]. Will be able to move while flying.{{Code Reference|class=PlantProperties|method=HandleEvent(EffectAppliedEvent)}}
* Will no longer be considered rooted if they are wear something on their roots. Will still be unable to move.{{Code Reference|class=PlantProperties|method=HandleEvent(EquipperEquippedEvent)}}
* Will no longer be considered rooted if they begin [[flying]]. Will be able to move while flying.{{Code Reference|class=PlantProperties|method=HandleEvent(EffectAppliedEvent)}}


== Properties of Sapient Mutated Plants ==
== Properties of Sapient Mutated Plants ==
671

edits

Navigation menu