Graftek: Difference between revisions

Jump to navigation Jump to search
4 bytes removed ,  20:00, 21 October 2020
fixed references with code reference template
mNo edit summary
(fixed references with code reference template)
Line 38: Line 38:
{{Name}} is a creature that can only be found in the strata below the [[Trembling Dunes]]. Rather than seeking out and attacking the player, Graftek will seek out creatures around it to "graft", giving them various stat bonuses depending on the graft.  
{{Name}} is a creature that can only be found in the strata below the [[Trembling Dunes]]. Rather than seeking out and attacking the player, Graftek will seek out creatures around it to "graft", giving them various stat bonuses depending on the graft.  


Graftek will actively seek out other creatures on the map and will apply a graft to them when they are within 1 tile. Graftek will seek out and apply grafts indiscriminately, whether the target is hostile, neutral, friendly, or even a companion to the player. It will continue to do so until it has grafted every creature in the current zone that it is able to reach/can be grafted; when it runs out of eligible targets, Graftek will begin to wander around randomly. <ref><code>XRL.World.AI.GoalHandlers.GraftekGoal.cs</code></ref>
Graftek will actively seek out other creatures on the map and will apply a graft to them when they are within 1 tile. Graftek will seek out and apply grafts indiscriminately, whether the target is hostile, neutral, friendly, or even a companion to the player. It will continue to do so until it has grafted every creature in the current zone that it is able to reach/can be grafted; when it runs out of eligible targets, Graftek will begin to wander around randomly.{{Code Reference|namespace=XRL.World.AI.GoalHandlers|class=GraftekGoal}}


Graftek can't graft creatures that have already been grafted. Additionally, it can't graft inanimate objects, metallic creatures, inorganic creatures, or other Grafteks.<ref><code>XRL.World.Parts.Graftek.cs</code></ref>
Graftek can't graft creatures that have already been grafted. Additionally, it can't graft inanimate objects, metallic creatures, inorganic creatures, or other Grafteks.{{Code Reference|class=Graftek}}
== Grafts ==
== Grafts ==
Graftek is able to apply three different grafts to creatures: {{qud text|&cgrafted}}, {{qud text|&ccyberized}}, and {{qud text|&Cchromed}}. Creatures that have been grafted will have their default color permanently changed depending on the graft, and will have the name of the graft appended to their name. <ref><code>XRL.World.AI.GoalHandlers.GraftekGraft.cs</code></ref>
Graftek is able to apply three different grafts to creatures: {{qud text|&cgrafted}}, {{qud text|&ccyberized}}, and {{qud text|&Cchromed}}. Creatures that have been grafted will have their default color permanently changed depending on the graft, and will have the name of the graft appended to their name.{{Code Reference|namespace=XRL.World.AI.GoalHandlers|class=GraftekGraft}}
=== Grafted ===
=== Grafted ===
{{qud look
{{qud look

Navigation menu