Mutated plant: Difference between revisions

39 bytes added ,  16:58, 19 March 2021
→‎Properties of Rooted Mutated Plants: rephrase, remove extra word
(corrections)
(→‎Properties of Rooted Mutated Plants: rephrase, remove extra word)
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)}}
* Are very resistant to being forcibly moved.{{Code Reference|class=PlantProperties|method=HandleEvent(GetKineticResistanceEvent)}}
* Rooted plants 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)}}
* Rooted plants cannot go [[prone]], or be [[wading]] or swimming.{{Code Reference|class=PlantProperties|method=HandleEvent(IEffectCheckEvent)}}
* Will no longer be considered rooted if they move (such as by being forcibly moved or teleporting).{{Code Reference|class=PlantProperties|method=HandleEvent(LeftCellEvent)}}
* They 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 wear something on their roots. Will still be unable to move.{{Code Reference|class=PlantProperties|method=HandleEvent(EquipperEquippedEvent)}}
* They will no longer be considered rooted if they 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)}}
* They 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