-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathitem_size.yml
55 lines (49 loc) · 1.07 KB
/
item_size.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Items that can be held completely in one's hand.
- type: itemSize
id: Tiny
weight: 1
name: item-component-size-Tiny
defaultShape:
- 0,0,0,0
# Items that can fit inside of a standard pocket.
- type: itemSize
id: Small
weight: 2
name: item-component-size-Small
defaultShape:
- 0,0,0,1
# Items that can fit inside of a standard bag.
- type: itemSize
id: Normal
weight: 4
name: item-component-size-Normal
defaultShape:
- 0,0,1,1
# Items that are too large to fit inside of standard bags, but can worn in exterior slots or placed in custom containers.
- type: itemSize
id: Large
weight: 8
name: item-component-size-Large
defaultShape:
- 0,0,3,1
# Items that are too large to place inside of any kind of container.
- type: itemSize
id: Huge
weight: 16
name: item-component-size-Huge
defaultShape:
- 0,0,3,3
# too big
- type: itemSize
id: Ginormous
weight: 32
name: item-component-size-Ginormous
defaultShape:
- 0,0,5,5
# too big
- type: itemSize
id: Massive
weight: 70
name: item-component-size-Massive
defaultShape:
- 0,0,8,8