File tree Expand file tree Collapse file tree 4 files changed +49
-4
lines changed
Prototypes/_ES/Entities/Objects/Misc
Textures/_ES/Objects/Misc/wallet.rsi Expand file tree Collapse file tree 4 files changed +49
-4
lines changed Original file line number Diff line number Diff line change 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 :
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
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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments