Reduce locker/crate hp and resistances, add spear wielding (#6001)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
- type: MeleeWeapon
|
||||
damage:
|
||||
types:
|
||||
Blunt: 15
|
||||
Blunt: 14
|
||||
- type: Clothing
|
||||
size: 15
|
||||
sprite: Objects/Weapons/Melee/baseball_bat.rsi
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user