forked from YukariMindGap/Nechronica_Redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnec_Armor.json
152 lines (152 loc) · 4.47 KB
/
nec_Armor.json
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
[
{
"id": "nec_alloy_trunk",
"type": "ARMOR",
"name": "alloy trunk",
"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.",
"weight": 3000,
"volume": 8,
"price": 30000,
"to_hit": -1,
"bashing": 28,
"material": [ "steel" ],
"looks_like": "briefcase",
"symbol": "[",
"color": "white",
"covers": [ "ARM_EITHER", "HAND_EITHER" ],
"coverage": 50,
"encumbrance": 30,
"storage": 40,
"material_thickness": 2,
"techniques": [ "WBLOCK_1" ],
"flags": [ "WATER_FRIENDLY", "STURDY", "OVERSIZE", "BELTED", "RESTRICT_HANDS", "DURABLE_MELEE" ]
},
{
"id": "nec_coffin",
"type": "ARMOR",
"name": "coffin backpack",
"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.",
"weight": 8000,
"volume": 50,
"price": 80000,
"to_hit": -3,
"bashing": 40,
"material": [ "steel", "wood" ],
"symbol": "[",
"color": "black",
"covers": [ "TORSO" ],
"coverage": 50,
"encumbrance": 35,
"storage": 140,
"material_thickness": 3,
"techniques": [ "WBLOCK_3" ],
"flags": [ "WATER_FRIENDLY", "STURDY", "BELTED", "OVERSIZE", "DURABLE_MELEE" ]
},
{
"id": "nec_ribbon",
"type": "ARMOR",
"name": "ribbon",
"name_plural": "ribbons",
"description": "A small cute cloth ribbon. There is no defensive power, but may heal you in this ruined world.",
"weight": 50,
"volume": 0,
"price": 100,
"material": [ "cotton" ],
"symbol": "[",
"color": "white",
"flags": [ "FANCY" ]
},
{
"id": "nec_teddy",
"type": "ARMOR",
"name": "companion teddy bear",
"description": "A cute stuffed toy attached to your body. Offers no support other than morale.",
"weight": 50,
"volume": 1,
"price": 1000,
"material": [ "cotton", "plastic" ],
"symbol": "[",
"color": "brown",
"covers": [ "TORSO" ],
"coverage": 5,
"encumbrance": 0,
"flags": [ "BELTED" ]
},
{
"id": "nec_gothic_dress",
"type": "ARMOR",
"name": "gothic lolita dress",
"description": "An impractically lacy dress from the Gothic Lolita subculture. Despite all the laces, it is surprisingly easy to move in.",
"weight": 700,
"volume": 20,
"price": 40000,
"to_hit": -5,
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 90,
"encumbrance": 20,
"warmth": 20,
"material_thickness": 3,
"flags": [ "VARSIZE", "SUPER_FANCY" ]
},
{
"id": "nec_gothic_headdress",
"type": "ARMOR",
"name": "gothic lolita headdress",
"description": "A lacy headdress meant to be worn with the dress. It attracts attention.",
"weight": 200,
"volume": 4,
"price": 10000,
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "HEAD" ],
"coverage": 20,
"encumbrance": 5,
"warmth": 5,
"material_thickness": 1,
"flags": [ "FANCY" ]
},
{
"id": "nec_sgothic_dress",
"type": "ARMOR",
"category": "armor",
"name": "survivor gothic lolita dress",
"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.",
"weight": 5500,
"volume": 34,
"price": 100000,
"material": [ "kevlar", "cotton" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "LEGS", "TORSO", "ARMS" ],
"storage": 20,
"environmental_protection": 1,
"coverage": 95,
"encumbrance": 18,
"warmth": 25,
"material_thickness": 4,
"use_action": { "type": "holster", "max_volume": 10, "draw_cost": 150, "skills": [ "smg", "shotgun", "rifle", "launcher" ] },
"flags": [ "VARSIZE", "SUPER_FANCY", "OVERSIZE", "WATERPROOF", "RAINPROOF", "STURDY", "POCKETS" ]
},
{
"id": "nec_panier",
"type": "ARMOR",
"category": "clothing",
"name": "pannier",
"weight": 200,
"color": "white",
"symbol": "[",
"description": "An underskirt meant to be worn under a dress. It keeps the skirt puffy by way of wires.",
"price": 500,
"material": [ "cotton" ],
"covers": [ "LEGS" ],
"warmth": 5,
"encumbrance": 5,
"volume": 1,
"flags": [ "OVERSIZE" ],
"material_thickness": 1
}
]