Skip to content

Commit

Permalink
Add japan school clothes (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArt1m authored Mar 8, 2024
1 parent 6522219 commit 21ae5f3
Show file tree
Hide file tree
Showing 19 changed files with 119 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Resources/Prototypes/Corvax/Entities/Clothing/Shoes/specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,25 @@
sprite: Corvax/Clothing/Shoes/Specific/centcom_officer_black.rsi
- type: Clothing
sprite: Corvax/Clothing/Shoes/Specific/centcom_officer_black.rsi

- type: entity
parent: ClothingShoesBaseButcherable
id: ClothingShoesSchoolBlack
name: school black shoes
description: Stylish and comfortable school shoes in dark color with stockings.
components:
- type: Sprite
sprite: Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi
- type: Clothing
sprite: Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi

- type: entity
parent: ClothingShoesBaseButcherable
id: ClothingShoesSchoolWhite
name: school white shoes
description: Stylish and comfortable school shoes in light color with stockings.
components:
- type: Sprite
sprite: Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi
- type: Clothing
sprite: Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,14 @@
sprite: Corvax/Clothing/Uniforms/Jumpskirt/psychologist.rsi
- type: Clothing
sprite: Corvax/Clothing/Uniforms/Jumpskirt/psychologist.rsi

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtSchool
name: school skirt
description: Stylish and comfortable school skirt.
components:
- type: Sprite
sprite: Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi
- type: Clothing
sprite: Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.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.
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,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by github:DreamlyJack(624946166152298517)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"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.
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,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by github:DreamlyJack(624946166152298517)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"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": "Sprited by github:DreamlyJack(624946166152298517)",
"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 21ae5f3

Please sign in to comment.