Cloneling: Difference between revisions

1 byte added ,  14:46, 20 January 2021
m
append means on the end
m (→‎Drops: change > chance)
m (append means on the end)
Line 46: Line 46:


A cloneling spawns with 10-40 uses of its cloning ability.{{Code Reference|class = Cloneling|method = HandleEvent(ObjectCreatedEvent)}} Periodically, a cloneling will pick a random tile it can see, and if it finds a [[Cloning_draught#Eligibility_for_Cloning|cloneable]] creature there that it matches [[phase]] and [[flight]] with, will attempt to clone that creature. {{Code Reference|class = Cloneling|method = ConsiderCloning}} If it succeeds, the ability will be on cooldown for {{dice tooltip|2d10}} turns, and a clone of the creature will be created. This clone:
A cloneling spawns with 10-40 uses of its cloning ability.{{Code Reference|class = Cloneling|method = HandleEvent(ObjectCreatedEvent)}} Periodically, a cloneling will pick a random tile it can see, and if it finds a [[Cloning_draught#Eligibility_for_Cloning|cloneable]] creature there that it matches [[phase]] and [[flight]] with, will attempt to clone that creature. {{Code Reference|class = Cloneling|method = ConsiderCloning}} If it succeeds, the ability will be on cooldown for {{dice tooltip|2d10}} turns, and a clone of the creature will be created. This clone:
* has "clone of" appended to their name
* has "clone of" prepended to their name
* shares the original creature's faction affiliations{{Code Reference|class = Brain|method = Mindwipe}}
* shares the original creature's faction affiliations{{Code Reference|class = Brain|method = Mindwipe}}
* and has an empty inventory (much as if they had been cloned using {{favilink|cloning draught}}).
* and has an empty inventory (much as if they had been cloned using {{favilink|cloning draught}}).
671

edits