Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

training sword fix #705

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
]
}
Loading