Reduce locker/crate hp and resistances, add spear wielding (#6001)

This commit is contained in:
mirrorcult
2022-01-03 02:53:09 -07:00
committed by GitHub
parent 92d70b0587
commit 72dcef4203
10 changed files with 37 additions and 15 deletions

View File

@@ -26,9 +26,9 @@
Piercing: 0.7
Shock: 1.2
flatReductions:
Blunt: 16
Slash: 16
Piercing: 16
Blunt: 14
Slash: 14
Piercing: 14
Shock: 10
Heat: 10

View File

@@ -10,7 +10,7 @@
- type: MeleeWeapon
damage:
types:
Blunt: 15
Blunt: 14
- type: Clothing
size: 15
sprite: Objects/Weapons/Melee/baseball_bat.rsi

View File

@@ -14,14 +14,14 @@
damage:
types:
# axes are kinda like sharp hammers, you know?
Blunt: 7
Slash: 7
Blunt: 4
Slash: 10
- type: Wieldable
- type: IncreaseDamageOnWield
modifiers:
flatReductions:
Blunt: -5 # negative reductions = increases
Slash: -5
Blunt: -2 # negative reductions = increases
Slash: -8
- type: Clothing
size: 20
sprite: Objects/Weapons/Melee/fireaxe.rsi

View File

@@ -12,8 +12,8 @@
- type: MeleeWeapon
damage:
types:
Piercing: 15
Blunt: 5
Piercing: 10
Blunt: 4
- type: Item
size: 24
sprite: Objects/Weapons/Melee/pickaxe.rsi

View File

@@ -24,6 +24,7 @@
- type: Clothing
size: 24
sprite: Objects/Weapons/Melee/spear.rsi
QuickEquip: false
Slots:
- back
- type: Construction
@@ -39,6 +40,11 @@
solution: melee
- type: SolutionTransfer
maxTransferAmount: 5
- type: Wieldable
- type: IncreaseDamageOnWield
modifiers:
flatReductions:
Piercing: -7
- type: MeleeWeaponAnimation
id: spear

View File

@@ -23,7 +23,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 150
damage: 50
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
@@ -43,4 +43,12 @@
components:
- type: Damageable
damageContainer: Inorganic
damageModifierSet: StrongMetallic
damageModifierSet: StrongMetallic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 75
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]

View File

@@ -45,7 +45,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
damage: 50
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
@@ -110,7 +110,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
damage: 75
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
@@ -128,4 +128,4 @@
- Paper
- type: Construction
graph: CrateSecure
node: cratesecure
node: cratesecure

View File

@@ -18,6 +18,14 @@
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B