Fix some invalid damage types (#26295)

Fixed some invalid damage types
This commit is contained in:
Tayrtahn
2024-03-20 21:58:21 -04:00
committed by GitHub
parent b06d40e853
commit b34777177c
7 changed files with 8 additions and 8 deletions

View File

@@ -52,7 +52,7 @@
animation: WeaponArcClaw animation: WeaponArcClaw
damage: damage:
types: types:
Brute: 5 Blunt: 5
Slash: 10 Slash: 10
- type: Tag - type: Tag
tags: tags:

View File

@@ -14,7 +14,7 @@
wideAnimationRotation: -90 wideAnimationRotation: -90
damage: damage:
types: types:
Pierce: 0 Piercing: 0
attackRate: 2 attackRate: 2
- type: Tool - type: Tool
qualities: qualities:

View File

@@ -175,7 +175,7 @@
attackRate: 10 attackRate: 10
damage: damage:
types: types:
Structure: 150 Structural: 150
Slash: 20 #Horror Slash: 20 #Horror
Blunt: 20 Blunt: 20
Heat: 20 Heat: 20

View File

@@ -11,7 +11,7 @@
- type: MeleeWeapon - type: MeleeWeapon
damage: damage:
types: types:
Brute: 0 Blunt: 0
invert: true invert: true
tasks: tasks:
- !type:HTNCompoundTask - !type:HTNCompoundTask
@@ -34,7 +34,7 @@
- type: MeleeWeapon - type: MeleeWeapon
damage: damage:
types: types:
Brute: 0 Blunt: 0
invert: true invert: true
tasks: tasks:
- !type:HTNCompoundTask - !type:HTNCompoundTask

View File

@@ -129,7 +129,7 @@
- type: MeleeWeapon - type: MeleeWeapon
damage: damage:
types: types:
Brute: 0 Blunt: 0
- type: Item - type: Item
considerations: considerations:
- !type:TargetMeleeCon - !type:TargetMeleeCon

View File

@@ -143,7 +143,7 @@
damage: damage:
types: types:
Asphyxiation: 1 Asphyxiation: 1
Burn: 2 Heat: 2
Poison: 1 Poison: 1
Medicine: Medicine:
effects: effects:

View File

@@ -249,7 +249,7 @@
damage: damage:
types: types:
Cold: 0.01 # slightly nips directly, other cold damage comes from the temp change Cold: 0.01 # slightly nips directly, other cold damage comes from the temp change
Burn: -3 # ghetto burn chem. i don't think anyone would use this intentionally but it's funny Heat: -3 # ghetto burn chem. i don't think anyone would use this intentionally but it's funny
- !type:PopupMessage - !type:PopupMessage
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold