Skip to content

Phazon Mutations

Rob Nelson requested to merge pull/13788/PhazonMutants into Bleeding-Edge

Created by: Shadowmech88

Phazon metal can now be ground into a reagent. When phazon is metabolized by a mob, the mob is irradiated, and each tick there is a 20% chance for the mob's advanced_mutate() to be called. advanced_mutate() applies a random color matrix to the mob, as well as randomly altering some of the mob's vars, especially those that can't be easily altered by other means, such as movement_speed_modifier, brute_damage_modifier, maxHealth, et cetera. In humans the possible mutations are more varied, with random changes being made to their species datum. Any particular change could be positive or negative, it's completely random.

🆑

  • rscadd: Phazon metal can now be ground into a reagent. Injecting ground phazon into a mob causes random and otherwise inaccessible changes.

Merge request reports