Skip to content

Commit

Permalink
Merge pull request #196 from terezi4real/meleeweaponsonback
Browse files Browse the repository at this point in the history
Melee weapons on back/suit storage slot
  • Loading branch information
Cheackraze committed Aug 13, 2023
2 parents 41ac55d + 8251176 commit a9c7dc7
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
quickEquip: false
slots:
- back
- suitStorage
- type: Construction
graph: WoodenBat
node: bat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
quickEquip: false
slots:
- back
- suitStorage
- type: Tool
qualities:
- Prying
Expand All @@ -55,3 +56,4 @@
quickEquip: false
slots:
- back
- suitStorage
10 changes: 10 additions & 0 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
- type: Tool
qualities:
- Prying
- type: Clothing
quickEquip: false
slots:
- back
- suitStorage

- type: entity
name: crusher dagger
Expand Down Expand Up @@ -109,3 +114,8 @@
size: 150
- type: StaticPrice
price: 285
- type: Clothing
quickEquip: false
slots:
- back
- suitStorage
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
sprite: Objects/Weapons/Melee/pickaxe.rsi
- type: StaticPrice
price: 15.5
- type: Clothing
quickEquip: false
slots:
- back
- suitStorage

- type: entity
name: mining drill
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
quickEquip: false
slots:
- back
- suitStorage
- type: Construction
graph: Spear
node: spear
Expand Down Expand Up @@ -106,6 +107,7 @@
quickEquip: false
slots:
- back
- suitStorage
- type: Construction
graph: SpearReinforced
node: spear
Expand Down Expand Up @@ -185,6 +187,7 @@
quickEquip: false
slots:
- back
- suitStorage
- type: Construction
graph: SpearPlasma
node: spear
Expand Down Expand Up @@ -266,6 +269,7 @@
quickEquip: false
slots:
- back
- suitStorage
- type: Construction
graph: SpearUranium
node: spear
Expand Down
23 changes: 22 additions & 1 deletion Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@
- type: Reflect
enabled: true
reflectProb: .5
spread: 90
spread: 90
- type: Item
size: 15
sprite: Objects/Weapons/Melee/captain_sabre.rsi
- type: Tag
tags:
- CaptainSabre
- type: DisarmMalus
- type: Clothing
quickEquip: false
slots:
- back
- suitStorage

- type: entity
name: katana
Expand All @@ -50,6 +55,11 @@
size: 15
sprite: Objects/Weapons/Melee/katana.rsi
- type: DisarmMalus
- type: Clothing
quickEquip: false
slots:
- back
- suitStorage

- type: entity
name: machete
Expand All @@ -74,6 +84,11 @@
size: 15
sprite: Objects/Weapons/Melee/machete.rsi
- type: DisarmMalus
- type: Clothing
quickEquip: false
slots:
- back
- suitStorage

- type: entity
name: claymore
Expand All @@ -98,6 +113,7 @@
sprite: Objects/Weapons/Melee/claymore.rsi
slots:
- back
- suitStorage
- type: DisarmMalus

- type: entity
Expand All @@ -123,3 +139,8 @@
size: 15
sprite: Objects/Weapons/Melee/cutlass.rsi
- type: DisarmMalus
- type: Clothing
quickEquip: false
slots:
- back
- suitStorage

0 comments on commit a9c7dc7

Please sign in to comment.