Skip to content

Protective Coating

jenki258 edited this page Aug 23, 2026 · 2 revisions

Protective Coating

#BioForge #BioForge_V2_0 #Build_V0_54T #Mutation #Rarity_epic #Pathogen_BACTERIA #Pathogen_FUNGI #Pathogen_PRION #PlayerGuide #ModpackGuide #AddonDevelopment

Mutation ID: protective_coating. Source: data/bioforge/mutations/protective_coating.json.

Description

Builds a durable environmental shell and improves treatment resistance

Gameplay behavior

  • Add the ENVIRONMENTAL transmission route on apply.
  • Modify perfusion_index using add -0.12, clamped to 0–1 on apply.

Compatibility and selection

  • Compatible pathogens: BACTERIA, FUNGI, PRION.
  • Rarity: epic; random-selection weight: 12.
  • No mutation prerequisite.
  • No explicit mutation conflict.
  • Behavior tags: environmental, surface, treatment_resistance.

Interactions

Pack and addon notes

  • Enabled definitions participate in compatible weighted selection after requirements and conflicts are checked.
  • Keep the ID stable once worlds have saved it. Replace/tune the JSON through a datapack or register new executable effect behavior in Java.

Related: Mutation System, Mutation Interactions, Mutation API.

Clone this wiki locally