Skip to content

Commit

Permalink
updoot
Browse files Browse the repository at this point in the history
  • Loading branch information
vanx committed Mar 5, 2025
1 parent 16e367d commit d760dd5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
- type: Item
size: Huge # WWDP guns resize
shape:
- 0,0,5,1 # needs to fit in a briefcase, collapsible stock or something
- 0,0,6,1 # needs to fit in a briefcase, collapsible stock or something
sprite: _White/Objects/Weapons/Guns/Snipers/hristov-inhands.rsi
- type: BallisticAmmoProvider
soundInsert: /Audio/_White/Guns/insert.ogg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
size: Normal
storedRotation: 45
shape:
- 0,0,5,1
- 0,0,4,1
sprite: Objects/Weapons/Melee/chainsaw.rsi
- type: DisarmMalus
- type: RefillableSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
description: Powerful tool used to quickly drill through rocks.
components:
- type: Item
storedRotation: -90
size: Large # WWDP
shape:
- 0,0,3,1
- type: Tag
tags:
- Pickaxe
Expand Down
16 changes: 16 additions & 0 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
reflectProb: .1
spread: 90
- type: Item
storedRotation: 45 # WWDP
shape:
- 0,0,3,0
size: Normal
sprite: Objects/Weapons/Melee/captain_sabre.rsi
- type: Tag
Expand All @@ -68,6 +71,7 @@
- type: MeleeBlock # WD EDIT
delay: 6.1


- type: entity
name: katana
parent: BaseSword
Expand Down Expand Up @@ -103,6 +107,9 @@
- type: Item
size: Normal
sprite: DeltaV/Objects/Weapons/Melee/katana.rsi #DeltaV
storedRotation: 45 # WWDP
shape:
- 0,0,4,0
- type: DisarmMalus
- type: MeleeBlock # WD EDIT
delay: 6.1
Expand All @@ -125,6 +132,9 @@
angle: 300
- type: Item
size: Large # WWDP
storedRotation: -30
shape:
- 0,0,6,0
sprite: Objects/Weapons/Melee/energykatana.rsi
- type: EnergyKatana
- type: DashAbility
Expand Down Expand Up @@ -176,6 +186,9 @@
angle: 225
- type: Item
size: Normal
storedRotation: 45
shape:
- 0,0,3,0
sprite: Objects/Weapons/Melee/machete.rsi

- type: entity
Expand Down Expand Up @@ -253,6 +266,9 @@
- type: ThrowingAngle
angle: 225
- type: Item
storedRotation: 45
shape:
- 0,0,3,0
size: Normal
sprite: Objects/Weapons/Melee/cutlass.rsi

Expand Down

0 comments on commit d760dd5

Please sign in to comment.