Skip to content

Commit

Permalink
Add clothes, helmets, and boots (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev authored Sep 21, 2024
1 parent 2d3c6f6 commit 55a2986
Show file tree
Hide file tree
Showing 16 changed files with 117 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Resources/Prototypes/_RY/Entities/Clothing/Head/helmet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- type: entity
parent: [ClothingHeadBase, BaseRestrictedContraband]
id: RYClothingHeadHelmetModernWarFarendine
name: farendine standard infantry helmet
suffix: current war
description: Standard iron round helmets for the Farendine army. Sometimes used by the Belian military.
components:
- type: Sprite
sprite: _RY/Clothing/Head/Helmets/farendine.rsi
- type: Clothing
sprite: _RY/Clothing/Head/Helmets/farendine.rsi
- type: Armor #Values seem to let the user survive one extra hit if attacked consistently.
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: Tag
tags:
- WhitelistChameleon
- type: HideLayerClothing
slots:
- HeadTop
- HeadSide
11 changes: 11 additions & 0 deletions Resources/Prototypes/_RY/Entities/Clothing/Shoes/boots.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: ClothingShoesBaseButcherable
id: RYClothingShoesBootsInfantry
name: standard infantry boots
description: Created by Amelia's Fashion for use in Farendine's military, now mass produced and used as standard infantry boots world wide.
components:
- type: Sprite
sprite: _RY/Clothing/Shoes/infantry-boots.rsi
- type: Clothing
sprite: _RY/Clothing/Shoes/infantry-boots.rsi
- type: Matchbox
11 changes: 11 additions & 0 deletions Resources/Prototypes/_RY/Entities/Clothing/Uniforms/civilian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: UnsensoredClothingUniformBase
id: RYClothingUniformEarlyWarFarendine
name: farendine standard infantry clothing
suffix: early war
description: It looks old and raggy. The name of the previous person who used it is still on the tag.
components:
- type: Sprite
sprite: _RY/Clothing/Uniforms/farendine-uniform-early.rsi
- type: Clothing
sprite: _RY/Clothing/Uniforms/farendine-uniform-early.rsi
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,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by kittencolony (297865728374210561) on Discord for Rifleyearn",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Resources/Textures/_RY/Clothing/Shoes/infantry-boots.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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.
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,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by kittencolony (297865728374210561) on Discord for Rifleyearn",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 55a2986

Please sign in to comment.