You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A metal trunk. Not to mention storage, because it is sturdy it becomes a shield substitute. You can use it as a weapon that swings around by taking advantage of its weight.",
"description": "A coffin with a long chain connected to it. Unwieldy to wear, but offers a huge space for your items. It also doubles as a shield on your back.",
"description": "A small cute cloth ribbon. There is no defensive power, but may heal you in this ruined world.",
50
-
"weight": 50,
51
-
"volume": 0,
52
-
"price": 100,
53
-
"material": [ "cotton" ],
54
-
"symbol": "[",
55
-
"color": "white",
56
-
"flags": [ "FANCY" ]
57
-
}
58
-
,{
59
-
"id": "nec_teddy",
60
-
"type": "ARMOR",
61
-
"name": "companion teddy bear",
62
-
"description": "A cute stuffed toy attached to your body. Offers no support other than morale.",
63
-
"weight": 50,
64
-
"volume": 1,
65
-
"price": 1000,
66
-
"material": [ "cotton","plastic" ],
67
-
"symbol": "[",
68
-
"color": "brown",
69
-
"covers": [ "TORSO" ],
70
-
"coverage": 5,
71
-
"encumbrance": 0,
72
-
"flags": [ "BELTED" ]
73
-
}
74
-
,{
75
-
"id": "nec_gothic_dress",
76
-
"type": "ARMOR",
77
-
"name": "gothic lolita dress",
78
-
"description": "An impractically lacy dress from the Gothic Lolita subculture. Despite all the laces, it is surprisingly easy to move in.",
79
-
"weight": 700,
80
-
"volume": 20,
81
-
"price": 40000,
82
-
"to_hit": -5,
83
-
"material": [ "cotton" ],
84
-
"symbol": "[",
85
-
"color": "dark_gray",
86
-
"covers": [ "LEGS", "TORSO","ARMS" ],
87
-
"coverage": 90,
88
-
"encumbrance": 20,
89
-
"warmth": 20,
90
-
"material_thickness": 3,
91
-
"flags": [ "VARSIZE", "SUPER_FANCY" ]
92
-
}
93
-
,{
94
-
"id": "nec_gothic_headdress",
95
-
"type": "ARMOR",
96
-
"name": "gothic lolita headdress",
97
-
"description": "A lacy headdress meant to be worn with the dress. It attracts attention.",
98
-
"weight": 200,
99
-
"volume": 4,
100
-
"price": 10000,
101
-
"material": [ "cotton" ],
102
-
"symbol": "[",
103
-
"color": "dark_gray",
104
-
"covers": ["HEAD"],
105
-
"coverage": 20,
106
-
"encumbrance": 5,
107
-
"warmth": 5,
108
-
"material_thickness": 1,
109
-
"flags": ["FANCY" ]
110
-
}
111
-
,{
112
-
"id": "nec_sgothic_dress",
113
-
"type": "ARMOR",
114
-
"category" : "armor",
115
-
"name": "survivor gothic lolita dress",
116
-
"description": "A gothic lolita dress made practical with kevlar and pockets. The skirt allows a medium-sized firearm to be holstered. It is a bit stuffy in the chest area, hoever.",
"description" : "An underskirt meant to be worn under a dress. It keeps the skirt puffy by way of wires.",
147
-
"price" : 500,
148
-
"material" : ["cotton"],
149
-
"covers": [ "LEGS"],
150
-
"warmth": 5,
151
-
"encumbrance": 5,
152
-
"volume" : 1,
153
-
"flags" : ["OVERSIZE"],
154
-
"material_thickness" : 1
155
-
}
156
-
]
1
+
[{
2
+
"id": "nec_alloy_trunk",
3
+
"type": "ARMOR",
4
+
"name": "alloy trunk",
5
+
"description": "A metal trunk. Not to mention storage, because it is sturdy it becomes a shield substitute. You can use it as a weapon that swings around by taking advantage of its weight.",
"description": "A coffin with a long chain connected to it. Unwieldy to wear, but offers a huge space for your items. It also doubles as a shield on your back.",
"description": "A small cute cloth ribbon. There is no defensive power, but may heal you in this ruined world.",
47
+
"weight": 50,
48
+
"volume": 0,
49
+
"price": 100,
50
+
"material": ["cotton"],
51
+
"symbol": "[",
52
+
"color": "white",
53
+
"flags": ["FANCY"]
54
+
}, {
55
+
"id": "nec_teddy",
56
+
"type": "ARMOR",
57
+
"name": "companion teddy bear",
58
+
"description": "A cute stuffed toy attached to your body. Offers no support other than morale.",
59
+
"weight": 50,
60
+
"volume": 1,
61
+
"price": 1000,
62
+
"material": ["cotton", "plastic"],
63
+
"symbol": "[",
64
+
"color": "brown",
65
+
"covers": ["TORSO"],
66
+
"coverage": 5,
67
+
"encumbrance": 0,
68
+
"flags": ["BELTED"]
69
+
}, {
70
+
"id": "nec_gothic_dress",
71
+
"type": "ARMOR",
72
+
"name": "gothic lolita dress",
73
+
"description": "An impractically lacy dress from the Gothic Lolita subculture. Despite all the laces, it is surprisingly easy to move in.",
74
+
"weight": 700,
75
+
"volume": 20,
76
+
"price": 40000,
77
+
"to_hit": -5,
78
+
"material": ["cotton"],
79
+
"symbol": "[",
80
+
"color": "dark_gray",
81
+
"covers": ["LEGS", "TORSO", "ARMS"],
82
+
"coverage": 90,
83
+
"encumbrance": 20,
84
+
"warmth": 20,
85
+
"material_thickness": 3,
86
+
"flags": ["VARSIZE", "SUPER_FANCY"]
87
+
}, {
88
+
"id": "nec_gothic_headdress",
89
+
"type": "ARMOR",
90
+
"name": "gothic lolita headdress",
91
+
"description": "A lacy headdress meant to be worn with the dress. It attracts attention.",
92
+
"weight": 200,
93
+
"volume": 4,
94
+
"price": 10000,
95
+
"material": ["cotton"],
96
+
"symbol": "[",
97
+
"color": "dark_gray",
98
+
"covers": ["HEAD"],
99
+
"coverage": 20,
100
+
"encumbrance": 5,
101
+
"warmth": 5,
102
+
"material_thickness": 1,
103
+
"flags": ["FANCY"]
104
+
}, {
105
+
"id": "nec_sgothic_dress",
106
+
"type": "ARMOR",
107
+
"category": "armor",
108
+
"name": "survivor gothic lolita dress",
109
+
"description": "A gothic lolita dress made practical with kevlar and pockets. The skirt allows a medium-sized firearm to be holstered. It is a bit stuffy in the chest area, hoever.",
0 commit comments