Skip to content

Commit 733d6bc

Browse files
Merge pull request #25 from thesaladmancer/wallets
Wallets
2 parents ea3db36 + dee89a2 commit 733d6bc

File tree

6 files changed

+59
-0
lines changed

6 files changed

+59
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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
150 Bytes
Loading
467 Bytes
Loading
274 Bytes
Loading
272 Bytes
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

0 commit comments

Comments
 (0)