Skip to content

Commit

Permalink
Mob rad fix (#700)
Browse files Browse the repository at this point in the history
* Update modifier_sets.yml

* Update basemob.yml

* Update modifier_sets.yml
  • Loading branch information
ReginaeSpence authored Nov 20, 2024
1 parent a4adfc2 commit 3fab13a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
21 changes: 17 additions & 4 deletions Resources/Prototypes/_Nuclear14/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
Asphyxiation: 0.1
Bloodloss: 0.8

- type: damageModifierSet
id: GhoulNPC
coefficients:
Blunt: 1
Slash: 1
Piercing: 1
Cold: 1
Poison: 0.25
Cellular: 0.2
Radiation: 0
Asphyxiation: 0.1
Bloodloss: 0

# immune to everything except physical and heat damage
- type: damageModifierSet
id: WastelandAnimal
Expand All @@ -38,15 +51,15 @@
Bloodloss: 1
Cellular: 1
flatReductions:
Radiation: 5
Radiation: 100

- type: damageModifierSet
id: N14Insect # Exo-skeleton, should have simillarities to skeleton resistances.
coefficients:
Blunt: 1.1
Heat: 1.5
flatReductions:
Radiation: 5
Radiation: 100

- type: damageModifierSet
id: N14Scale # Skin tougher, bones weaker, strong stomachs, cold-blooded (kindof)
Expand All @@ -57,7 +70,7 @@
Heat: 0.9
Poison: 0.9
flatReductions:
Radiation: 5
Radiation: 100

- type: damageModifierSet
id: N14ScaleFireresist
Expand All @@ -68,5 +81,5 @@
Heat: 0
Poison: 0.9
flatReductions:
Radiation: 5
Radiation: 100
Heat: 10
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
components:
- type: Damageable
damageContainer: Biological
damageModifierSet: Ghoul
damageModifierSet: GhoulNPC
# - type: NoSlip
- type: NpcFactionMember
factions:
Expand Down Expand Up @@ -319,4 +319,4 @@
task: SimpleFollowHostileCompound # HTN compound must include FollowCompound so pet can follow its owner
- type: LanguageKnowledge
understands:
- GalacticCommon
- GalacticCommon

0 comments on commit 3fab13a

Please sign in to comment.