Add Cargo Mascot Clothing (#4708)
* Merged mascot clothing from omu * fixed conflicts * fixed more newbie errors --------- Co-authored-by: thetuerk <46725294+ThanosDeGraf@users.noreply.github.com>
This commit is contained in:
parent
ce34b1cfcf
commit
9e2275f359
|
|
@ -1,4 +1,4 @@
|
|||
- type: vendingMachineInventory
|
||||
- type: vendingMachineInventory
|
||||
id: CargoDrobeInventory
|
||||
startingInventory:
|
||||
ClothingBackpackCargo: 3
|
||||
|
|
@ -11,6 +11,9 @@
|
|||
ClothingUniformJumpsuitCargoTechOveralls: 3
|
||||
ClothingUniformJumpskirtCargoTechRomper: 3
|
||||
# End DeltaV Additions
|
||||
# Omustation Changes Start
|
||||
ClothingUniformJumpsuitCargoMascot: 3
|
||||
# Omustation Changes End
|
||||
ClothingShoesColorBlack: 3
|
||||
ClothingHandsGlovesFingerless: 3
|
||||
ClothingHeadHatCargosoft: 3
|
||||
|
|
@ -25,4 +28,3 @@
|
|||
ToyFigurineCargoTech: 1
|
||||
ToyFigurineSalvage: 1
|
||||
ToyFigurineQuartermaster: 1
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitCargoMascot
|
||||
name: cargo mascot's uniform
|
||||
description: A cargo-brown top striking pants to deliver smiles and mail!
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _Omu/Clothing/Uniforms/Jumpskirt/cargomascot.rsi
|
||||
- type: Clothing
|
||||
sprite: _Omu/Clothing/Uniforms/Jumpskirt/cargomascot.rsi
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 890 B |
Binary file not shown.
|
After Width: | Height: | Size: 962 B |
Binary file not shown.
|
After Width: | Height: | Size: 977 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Art by NeKognitoHazard, design by exile_152",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue