Skip to content

Commit

Permalink
rock/mining equipment rebalance
Browse files Browse the repository at this point in the history
  • Loading branch information
HellCatten committed Oct 2, 2024
1 parent 24eabc4 commit 06a504e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 23 deletions.
8 changes: 4 additions & 4 deletions Resources/Prototypes/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
- type: damageModifierSet
id: Rock
coefficients:
Structural: 4
Structural: 5
Blunt: 0.5
Slash: 0.25
Piercing: 0.75
Heat: 0.9
Piercing: 0.5
Heat: 0.75
flatReductions:
Blunt: 5

- type: damageModifierSet
id: RockStrong
coefficients:
Structural: 4
Structural: 5
Blunt: 0.25
Slash: 0.1
Piercing: 0.25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 120
damage: 100
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
damage:
types:
Blunt: 25
Structural: 30
Structural: 20
# Short lifespan
- type: TimedDespawn
lifetime: 0.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
capacity: 1
count: 1
- type: MeleeWeapon
attackRate: 0.75
attackRate: 0.5
range: 1.75
wideAnimationRotation: -135
damage:
Expand All @@ -61,7 +61,7 @@
types:
Blunt: 2.5
Slash: 2.5
Structural: 30
Structural: 20
- type: GunRequiresWield
- type: Item
size: Ginormous
Expand Down Expand Up @@ -106,8 +106,6 @@
components:
- type: Sprite
sprite: Objects/Weapons/Melee/crusher_glaive.rsi
- type: UseDelay
delay: 1.9
- type: LeechOnMarker
leech:
groups:
Expand Down
10 changes: 4 additions & 6 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
damage:
types:
Blunt: 5
Structural: 30
Structural: 20
- type: Item
size: Normal
shape:
Expand Down Expand Up @@ -59,18 +59,16 @@
wideAnimationRotation: -90
soundHit:
path: "/Audio/Items/drill_hit.ogg"
attackRate: 0.5
range: 1.4
attackRate: 1
range: 1
damage:
types:
Blunt: 9
Slash: 3
Structural: 12
bluntStaminaDamageFactor: 4.0
Structural: 20
heavyRateModifier: 1
heavyRangeModifier: 2
heavyDamageBaseModifier: 1
heavyStaminaCost: 10
maxTargets: 3
angle: 20

Expand Down
10 changes: 3 additions & 7 deletions Resources/Prototypes/Entities/Structures/Walls/asteroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 120
damage: 100
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
Expand Down Expand Up @@ -374,13 +374,9 @@
- type: Transform
noRot: true
- type: SoundOnGather
- type: Gatherable
whitelist:
tags:
- Pickaxe
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
damageContainer: StructuralInorganic
damageModifierSet: RockStrong
- type: Destructible
thresholds:
- trigger:
Expand Down

0 comments on commit 06a504e

Please sign in to comment.