File tree Expand file tree Collapse file tree 6 files changed +59
-0
lines changed
Prototypes/_ES/Entities/Objects/Misc
Textures/_ES/Objects/Misc/wallet.rsi Expand file tree Collapse file tree 6 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 1+ - type : entity
2+ parent : BaseStorageItem
3+ id : ESWallet
4+ name : wallet
5+ description : A basic wallet, fit for all your monetary needs.
6+ components :
7+ - type : Appearance
8+ - type : Sprite
9+ sprite : _ES/Objects/Misc/wallet.rsi
10+ layers :
11+ - state : icon
12+ - type : Clothing
13+ quickEquip : false
14+ slots :
15+ - idcard
16+ - Belt
17+ - type : Item
18+ size : Small
19+ - type : Storage
20+ grid :
21+ - 0,0,2,1
22+ maxItemSize : Small
23+
24+ - type : entity
25+ parent : ESWallet
26+ id : ESWalletPIT
27+ name : PIT wallet
28+ description : A basic Pomelo Interspace Transit brand wallet.
29+ components :
30+ - type : Sprite
31+ sprite : _ES/Objects/Misc/wallet.rsi
32+ layers :
33+ - state : icon
34+ - state : icon-logo-PIT
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"
12+ },
13+ {
14+ "name" : " icon-logo-PIT"
15+ },
16+ {
17+ "name" : " inhand-left" ,
18+ "directions" : 4
19+ },
20+ {
21+ "name" : " inhand-right" ,
22+ "directions" : 4
23+ }
24+ ]
25+ }
You can’t perform that action at this time.
0 commit comments