-
Notifications
You must be signed in to change notification settings - Fork 40
Gene Conditional Stat Affecters
juanosarg edited this page May 20, 2024
·
2 revisions
ConditionalStatAffecters allow a gene to apply a stat modifier when certain conditions are met, such as "under sunlight". The Framework adds a bunch of new ConditionalStatAffecters:
- ConditionalStatAffecter_AnyLightSensitivity: Stats are modified if the subject is in light above 0.11
- ConditionalStatAffecter_Armor: Stats are modified if the subject is wearing armor, defined as any apparel made of metal OR containg the "ApparelArmor" tag OR a Warcasket from Vanilla Factions Expanded - Pirates
- ConditionalStatAffecter_BelowZero: Stats are modified if the subject is in a below zero environment (in Celsius)
- ConditionalStatAffecter_Darkness: Stats are modified if the subject is in light below 0.5
- ConditionalStatAffecter_DryLand: Stats are modified if the subject is in a terrain tile that is NOT water
- ConditionalStatAffecter_InColonyMap: Stats are modified if the subject is in a map that is a player base
- ConditionalStatAffecter_Indoors: Stats are modified if the subject is in a tiled classified as indoors (roofed)
- ConditionalStatAffecter_InLight: Stats are modified if the subject is in light above 0.5
- ConditionalStatAffecter_InPain: Stats are modified if the subject is in any pain
- ConditionalStatAffecter_InPollution: Stats are modified if the subject is in a polluted tile
- ConditionalStatAffecter_NoSunlight: Stats are modified if the subject is in a tile that is NOT under direct sunlight
- ConditionalStatAffecter_Outdoors: Stats are modified if the subject is outdoors (unroofed tile)
- ConditionalStatAffecter_OutsideColonyMap: Stats are modified if the subject is in a map that is not a player base
- ConditionalStatAffecter_OverFortyDegrees: Stats are modified if the subject is in an environment with a temperature above 40ºC
- ConditionalStatAffecter_Water: Stats are modified if the subject is in a terrain that is water
You'll add these with the conditionalStatAffecters tag in a GeneDef:
<GeneDef>
<conditionalStatAffecters>
<li Class="VanillaGenesExpanded.ConditionalStatAffecter_Water">
<statFactors>
<MoveSpeed>3</MoveSpeed>
</statFactors>
</li>
</conditionalStatAffecters>
.
.
.
</GeneDef>
- QuestNode_GetFaction
- Expandable projectiles
- Faction Def Extension
- Toggable patches
- Recipes Inheritance
- Adding new backstories
- Spawning things on new generated maps
- ThoughtExtensions
- WeatherLetterExtensions
- WeatherOverlayExtension
- WeatherEffectsExtension
- ThingDefExtension
- Stuff commonality extension
- Biome extension
- PipeSystem basics
- Resource
- Resource storage
- Resource processor
- Resource to thing
- Resource to power
- Thing to resource
- Resource trader
- Refill building with pipes
- Pipe valve
- Update to KCSG 2.0
- Exporting buildings
- Customizing symbols
- Debug helpers options
- Custom faction settlement
- Custom structure and scenarios
- Custom structure in quests
- Custom structure in WorldObjects
- Biome based structures
- Spawning world object(s) at world generation
- Prevent settlement spawning for nomadic factions
- Animal Behaviours Basics
-
Animal Behaviours Comp Classes
- Acid Attacks and Acid Immunity
- Animal Resources
- Animal Resources On Caravan
- Apply Hediff When Bound
- Asexual Reproduction
- Auto Nutrition
- Blink
- Build Periodically
- Cause Incident
- Change Def if Not Unique
- Change Weather
- Corpse Decayer
- Destroy This Item
- Die After Period
- Die And Change Into Another Def
- Dig Periodically
- Dig When Hungry
- Disease Event Immunity
- Disease Immunity
- Diseases After Period
- Doesn't flee
- Draftability
- Drop on Death
- Eat Weird Food
- Electrified
- Enrage Other Pawns
- Exploding Hatcher
- Extreme Xenophobia
- Fertilizer
- Filth Producer
- Fixed Gender
- Floating
- Gas Producer
- Give Thoughts On Caravan
- Graphic by Style
- Graphic by Terrain
- Hediff Effecter
- Hediff When Fleeing
- Highly Flammable
- Infecter
- Initial Ability
- Initial Hediff
- Initial Mental State
- Last Stand
- Light Sustenance
- Metamorphosis
- Mind Effecter
- Nearby Effecter
- No Taming Decay
- Passive Regenerator
- Pawn Overlay
- Produces no filth
- Refueling
- Regeneration
- State After Health Loss
- Summon On Spawn
- Swallow Whole
- Thought Effecter
- Untameable
- Animal Behaviours Hediff Comp Classes
- Animal Behaviours Damage Workers
- Animal Behaviours Def Extensions
- Animal Behaviours Extra Defs
- Animal Behaviours Misc