Skip to content

Commit a360147

Browse files
sprite progress
1 parent 4b4f0f5 commit a360147

File tree

4 files changed

+49
-4
lines changed

4 files changed

+49
-4
lines changed

Resources/Prototypes/_ES/Entities/Objects/Misc/wallets.yml

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
description: Don't lose it.
77
components:
88
- type: Appearance
9+
- type: Sprite
10+
sprite: _ES/Objects/Misc/wallet.rsi
11+
layers:
12+
- state: icon-base
13+
- state: icon-color
14+
color: "#ffffff"
915
- type: Clothing
1016
quickEquip: false
1117
slots:
@@ -15,7 +21,7 @@
1521
size: Small
1622
- type: Wallet
1723
idSlot:
18-
name: access-id-card-component-default # Placeholder
24+
name: access-id-card-component-default
1925
whitelist:
2026
components:
2127
- IdCard
@@ -33,9 +39,31 @@
3339

3440
- type: entity
3541
parent: ESBaseWallet
36-
id: ESCrewman
37-
name: crewman wallet
38-
description: A basic wallet fit for all your crewman needs.
42+
id: ESWallet
43+
name: wallet
44+
description: A basic wallet fit for all your monetary needs.
3945
components:
4046
- type: Wallet
4147
id: PassengerIDCard # Placeholder
48+
49+
- type: entity
50+
parent: ESWallet
51+
id: ESWalletPIT
52+
name: PIT wallet
53+
description: A basic Pomelo Interspace Transit brand wallet.
54+
components:
55+
- type: Sprite
56+
sprite: _ES/Objects/Misc/wallet.rsi
57+
layers:
58+
- state: icon-base
59+
- state: icon-color
60+
color: "#e9744a"
61+
62+
- type: entity
63+
parent: ESWalletPIT
64+
id: ESWalletPITEngineer
65+
name: PIT engineer wallet
66+
description: A Pomelo Interspace Transit brand wallet given to engineers. It reeks of plasma and smoke.
67+
components:
68+
- type: Wallet
69+
id: EngineeringIDCard # Placeholder
350 Bytes
Loading
219 Bytes
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"version": 1,
3+
"license": "CC-BY-NC-SA-4.0",
4+
"copyright": "thesaladmancer on Discord / Twitter / Github",
5+
"size": {
6+
"x": 32,
7+
"y": 32
8+
},
9+
"states": [
10+
{
11+
"name": "icon-base"
12+
},
13+
{
14+
"name": "icon-color"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)