Skip to content

Commit

Permalink
Added Three-Sword Style
Browse files Browse the repository at this point in the history
  • Loading branch information
ps3moira committed Dec 21, 2023
1 parent 6ecfa78 commit 872ad20
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
- type: Item
size: 15
sprite: DeltaV/Objects/Weapons/Melee/katana.rsi #DeltaV
- type: DisarmMalus
- type: Clothing #DeltaV
sprite: DeltaV/Objects/Weapons/Melee/katana.rsi #DeltaV
slots:
- mask
- type: DisarmMalus #DeltaV

- type: entity
name: energy katana
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
- type: Item
size: 15
sprite: Objects/Weapons/Melee/katana.rsi
- type: Clothing #DeltaV
sprite: Objects/Weapons/Melee/katana.rsi
slots:
- mask
- type: DisarmMalus #DeltaV

- type: entity
name: claymore
Expand Down
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
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken and modified by Taral from tgstation at https://github.com/tgstation/tgstation/pull/20520/commits/47d235721d658027a9effd37177cc8104844e0bf. Further modified by TJohnson.",
"copyright": "Taken and modified by Taral from tgstation at https://github.com/tgstation/tgstation/pull/20520/commits/47d235721d658027a9effd37177cc8104844e0bf. Further modified by TJohnson. Mask-equip sprite made by ps3moira",
"size": {
"x": 32,
"y": 32
Expand All @@ -17,6 +17,10 @@
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-MASK",
"directions": 4
}
]
}
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
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken and modified by Taral from tgstation at https://github.com/tgstation/tgstation/pull/20520/commits/47d235721d658027a9effd37177cc8104844e0bf",
"copyright": "Taken and modified by Taral from tgstation at https://github.com/tgstation/tgstation/pull/20520/commits/47d235721d658027a9effd37177cc8104844e0bf. Mask-equip sprite made by ps3moira",
"size": {
"x": 32,
"y": 32
Expand All @@ -17,6 +17,10 @@
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-MASK",
"directions": 4
}
]
}

0 comments on commit 872ad20

Please sign in to comment.