Skip to content

Commit

Permalink
training sword (#570)
Browse files Browse the repository at this point in the history
* training sword

a training sword for practice dueling

* wood increase

slightly more cost

* 32x32 -> 64x64

I found the issue, it was an exporting error when I was spriting

* Update baton-club.yml

* removal of .png

yipee

* Update baton-club.yml

* Update baton-club.yml

* Update weapons.yml

---------

Co-authored-by: Peptide90 <[email protected]>
  • Loading branch information
6SpadesLuke and Peptide90 authored Nov 20, 2024
1 parent 2ba8729 commit 255c83d
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,29 @@
- belt
- suitStorage

- type: entity
name: training sword
parent: BaseItem
id: N14TrainingSword
components:
- type: StaminaDamageOnHit
damage: 5
- type: StaminaDamageOnCollide
damage: 5
- type: MeleeWeapon
wideAnimationRotation: -60
attackRate: 1.2
damage:
types:
Blunt: 2
soundSwing:
collection: N14MediumSwing
- type: Sprite
sprite: _Nuclear14/Objects/Weapons/Melee/training_sword.rsi
state: icon
- type: Item
size: Large

- type: entity
name: trench club
parent: BaseItem
Expand Down
10 changes: 9 additions & 1 deletion Resources/Prototypes/_Nuclear14/Recipes/Lathes/weapons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,12 @@
materials:
N14Brass: 200
N14Iron: 100
Cloth: 200
Cloth: 200

- type: latheRecipe
id: N14TrainingSword
result: N14TrainingSword
category: N14WeaponMelee
completetime: 5
materials:
Wood: 300
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Made by 6spadesluke (Discord) for nuclear14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 255c83d

Please sign in to comment.