Skip to content

Commit 2662caa

Browse files
committed
proper linting
1 parent 765e3af commit 2662caa

21 files changed

+2938
-3759
lines changed

nec_Armor.json

Lines changed: 151 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -1,147 +1,151 @@
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.",
6-
"weight": 3000,
7-
"volume": 8,
8-
"price": 30000,
9-
"to_hit": -1,
10-
"bashing": 28,
11-
"material": ["steel"],
12-
"symbol": "[",
13-
"color": "white",
14-
"covers": ["ARM_EITHER", "HAND_EITHER"],
15-
"coverage": 50,
16-
"encumbrance": 30,
17-
"storage": 40,
18-
"material_thickness": 2,
19-
"techniques": ["WBLOCK_1"],
20-
"flags": ["WATER_FRIENDLY", "STURDY", "OVERSIZE", "BELTED", "RESTRICT_HANDS", "DURABLE_MELEE"]
21-
}, {
22-
"id": "nec_coffin",
23-
"type": "ARMOR",
24-
"name": "coffin backpack",
25-
"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.",
26-
"weight": 8000,
27-
"volume": 50,
28-
"price": 80000,
29-
"to_hit": -3,
30-
"bashing": 40,
31-
"material": ["steel", "wood"],
32-
"symbol": "[",
33-
"color": "black",
34-
"covers": ["TORSO"],
35-
"coverage": 50,
36-
"encumbrance": 35,
37-
"storage": 140,
38-
"material_thickness": 3,
39-
"techniques": ["WBLOCK_3"],
40-
"flags": ["WATER_FRIENDLY", "STURDY", "BELTED", "OVERSIZE", "DURABLE_MELEE"]
41-
}, {
42-
"id": "nec_ribbon",
43-
"type": "ARMOR",
44-
"name": "ribbon",
45-
"name_plural": "ribbons",
46-
"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.",
110-
"weight": 5500,
111-
"volume": 34,
112-
"price": 100000,
113-
"material": ["kevlar", "cotton"],
114-
"symbol": "[",
115-
"color": "dark_gray",
116-
"covers": ["LEGS", "TORSO", "ARMS"],
117-
"storage": 20,
118-
"environmental_protection": 1,
119-
"coverage": 95,
120-
"encumbrance": 18,
121-
"warmth": 25,
122-
"material_thickness": 4,
123-
"use_action": {
124-
"type": "holster",
125-
"max_volume": 10,
126-
"draw_cost": 150,
127-
"skills": ["smg", "shotgun", "rifle", "launcher"]
128-
},
129-
"flags": ["VARSIZE", "SUPER_FANCY", "OVERSIZE", "WATERPROOF", "RAINPROOF", "STURDY", "POCKETS"]
130-
}, {
131-
"id": "nec_panier",
132-
"type": "ARMOR",
133-
"category": "clothing",
134-
"name": "pannier",
135-
"weight": 200,
136-
"color": "white",
137-
"symbol": "[",
138-
"description": "An underskirt meant to be worn under a dress. It keeps the skirt puffy by way of wires.",
139-
"price": 500,
140-
"material": ["cotton"],
141-
"covers": ["LEGS"],
142-
"warmth": 5,
143-
"encumbrance": 5,
144-
"volume": 1,
145-
"flags": ["OVERSIZE"],
146-
"material_thickness": 1
147-
}]
1+
[
2+
{
3+
"id": "nec_alloy_trunk",
4+
"type": "ARMOR",
5+
"name": "alloy trunk",
6+
"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.",
7+
"weight": 3000,
8+
"volume": 8,
9+
"price": 30000,
10+
"to_hit": -1,
11+
"bashing": 28,
12+
"material": [ "steel" ],
13+
"symbol": "[",
14+
"color": "white",
15+
"covers": [ "ARM_EITHER", "HAND_EITHER" ],
16+
"coverage": 50,
17+
"encumbrance": 30,
18+
"storage": 40,
19+
"material_thickness": 2,
20+
"techniques": [ "WBLOCK_1" ],
21+
"flags": [ "WATER_FRIENDLY", "STURDY", "OVERSIZE", "BELTED", "RESTRICT_HANDS", "DURABLE_MELEE" ]
22+
},
23+
{
24+
"id": "nec_coffin",
25+
"type": "ARMOR",
26+
"name": "coffin backpack",
27+
"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.",
28+
"weight": 8000,
29+
"volume": 50,
30+
"price": 80000,
31+
"to_hit": -3,
32+
"bashing": 40,
33+
"material": [ "steel", "wood" ],
34+
"symbol": "[",
35+
"color": "black",
36+
"covers": [ "TORSO" ],
37+
"coverage": 50,
38+
"encumbrance": 35,
39+
"storage": 140,
40+
"material_thickness": 3,
41+
"techniques": [ "WBLOCK_3" ],
42+
"flags": [ "WATER_FRIENDLY", "STURDY", "BELTED", "OVERSIZE", "DURABLE_MELEE" ]
43+
},
44+
{
45+
"id": "nec_ribbon",
46+
"type": "ARMOR",
47+
"name": "ribbon",
48+
"name_plural": "ribbons",
49+
"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.",
117+
"weight": 5500,
118+
"volume": 34,
119+
"price": 100000,
120+
"material": [ "kevlar", "cotton" ],
121+
"symbol": "[",
122+
"color": "dark_gray",
123+
"covers": [ "LEGS", "TORSO", "ARMS" ],
124+
"storage": 20,
125+
"environmental_protection": 1,
126+
"coverage": 95,
127+
"encumbrance": 18,
128+
"warmth": 25,
129+
"material_thickness": 4,
130+
"use_action": { "type": "holster", "max_volume": 10, "draw_cost": 150, "skills": [ "smg", "shotgun", "rifle", "launcher" ] },
131+
"flags": [ "VARSIZE", "SUPER_FANCY", "OVERSIZE", "WATERPROOF", "RAINPROOF", "STURDY", "POCKETS" ]
132+
},
133+
{
134+
"id": "nec_panier",
135+
"type": "ARMOR",
136+
"category": "clothing",
137+
"name": "pannier",
138+
"weight": 200,
139+
"color": "white",
140+
"symbol": "[",
141+
"description": "An underskirt meant to be worn under a dress. It keeps the skirt puffy by way of wires.",
142+
"price": 500,
143+
"material": [ "cotton" ],
144+
"covers": [ "LEGS" ],
145+
"warmth": 5,
146+
"encumbrance": 5,
147+
"volume": 1,
148+
"flags": [ "OVERSIZE" ],
149+
"material_thickness": 1
150+
}
151+
]

0 commit comments

Comments
 (0)