Skip to content

Commit

Permalink
sprite fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Jul 25, 2024
1 parent 1a6cf29 commit 6c244ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
name: police baton
parent: BaseItem
id: N14BasePoliceBaton
id: N14PoliceBaton
components:
- type: StaminaDamageOnHit
damage: 20
Expand All @@ -14,6 +14,7 @@
Blunt: 16
- type: Sprite
sprite: _Nuclear14/Objects/Weapons/Melee/policebaton.rsi
state: icon
- type: Item
size: Large
- type: Clothing
Expand All @@ -26,7 +27,7 @@
- type: entity
name: tribal club
parent: BaseItem
id: N14BaseTribalClub
id: N14TribalClub
components:
- type: MeleeWeapon
wideAnimationRotation: -135
Expand All @@ -35,6 +36,7 @@
Blunt: 24
- type: Sprite
sprite: _Nuclear14/Objects/Weapons/Melee/tribalclub.rsi
state: icon
- type: Item
size: Large
- type: Clothing
Expand All @@ -47,7 +49,7 @@
- type: entity
name: broken pipe
parent: BaseItem
id: N14BaseBrokenPipe
id: N14BrokenPipe
components:
- type: MeleeWeapon
wideAnimationRotation: -135
Expand All @@ -56,6 +58,7 @@
Blunt: 22
- type: Sprite
sprite: _Nuclear14/Objects/Weapons/Melee/pipe.rsi
state: icon
- type: Item
size: Large
- type: Clothing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
- type: entity
name: base shield
parent: BaseItem
id: N14InsectShield
name: insect shield
description: A shield made from various pieces of insects.
components:
- type: Sprite
sprite: _Nuclear14/Objects/Weapons/Melee/insectshield.rsi
state: icon
- type: Item
sprite: _Nuclear14/Objects/Weapons/Melee/insectshield.rsi
size: Ginormous
Expand Down

0 comments on commit 6c244ab

Please sign in to comment.