-
Notifications
You must be signed in to change notification settings - Fork 3
/
sq_tailoring.json
237 lines (237 loc) · 7.74 KB
/
sq_tailoring.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
[
{
"id": "awl_bone",
"type": "GENERIC",
"category": "tools",
"name": { "str": "bone sewing awl" },
"description": "This is a crude sharpened bone awl; those were used for leatherworking before metal was discovered. It can also serve as an improvised stabbing weapon, but will break quickly.",
"weight": "200 g",
"volume": "250 ml",
"price": 300,
"price_postapoc": 50,
"to_hit": -1,
"bashing": 2,
"cutting": 5,
"material": "bone",
"symbol": ";",
"color": "yellow",
"qualities": [ [ "LEATHER_AWL", 1 ] ],
"flags": [ "SPEAR", "BELT_CLIP", "FRAGILE_MELEE" ]
},
{
"id": "awl_steel",
"copy-from": "awl_bone",
"type": "GENERIC",
"name": { "str": "steel sewing awl" },
"description": "This is a steel awl with a wooden grip, usually used for leatherworking. It can also serve as an improvised stabbing weapon, but will break quickly.",
"weight": "170 g",
"price": 450,
"price_postapoc": 100,
"cutting": 10,
"material": [ "steel", "wood" ],
"delete": { "qualities": [ [ "LEATHER_AWL", 1 ] ] },
"extend": { "qualities": [ [ "LEATHER_AWL", 2 ] ] }
},
{
"id": "knitting_needles",
"type": "GENERIC",
"category": "tools",
"name": { "str": "knitting needles", "str_pl": "pairs of knitting needles" },
"description": "A pair of stout wooden needles with round ends used to turn thread and yarn into cloth.",
"weight": "56 g",
"volume": "5 ml",
"price": 600,
"price_postapoc": 100,
"cutting": 1,
"material": "wood",
"symbol": ",",
"color": "brown",
"qualities": [ [ "KNIT", 1 ] ],
"flags": [ "STAB" ]
},
{
"id": "needle_bone",
"type": "TOOL",
"category": "tools",
"name": { "str": "bone needle" },
"description": "This is sharp needle made from a bone. It would be useful for making rough clothing and items. Its low quality makes it rather unsuitable for anything requiring speed or precision.",
"weight": "85 g",
"volume": "250 ml",
"price": 0,
"price_postapoc": 10,
"material": "bone",
"symbol": ";",
"color": "white",
"ammo": "thread",
"sub": "sewing_kit",
"max_charges": 200,
"charges_per_use": 1,
"qualities": [ [ "SEW", 2 ] ],
"use_action": {
"type": "repair_item",
"item_action_type": "repair_fabric",
"materials": [ "cotton", "leather", "lycra", "nylon", "wool", "fur", "faux_fur", "nomex", "kevlar", "gutskin" ],
"skill": "tailor",
"tool_quality": -1,
"cost_scaling": 0.1,
"move_cost": 1300
},
"flags": [ "STAB", "ALLOWS_REMOTE_USE" ]
},
{
"id": "needle_curved",
"type": "TOOL",
"category": "tools",
"name": { "str": "curved needle" },
"description": "A curved sharp needle made of steel. Its rounded shape allows it to make stitches that only pierce one side of the material. While unsuitable for most tailoring projects, it's a necessity for stitching neoprene.",
"weight": "85 g",
"volume": "250 ml",
"price": 0,
"price_postapoc": 10,
"material": "steel",
"symbol": ";",
"color": "light_gray",
"ammo": "thread",
"sub": "sewing_kit",
"max_charges": 200,
"charges_per_use": 1,
"qualities": [ [ "SEW_CURVED", 1 ] ],
"use_action": {
"type": "repair_item",
"item_action_type": "repair_fabric",
"materials": [ "neoprene" ],
"skill": "tailor",
"tool_quality": 0,
"cost_scaling": 0.1,
"move_cost": 1200
},
"flags": [ "STAB", "ALLOWS_REMOTE_USE" ]
},
{
"id": "needle_wood",
"type": "TOOL",
"category": "tools",
"name": { "str": "wooden needle" },
"description": "This is a wooden needle whittled down to a sharp point. It has a narrow hole carved into the head for threading. Its low quality makes it rather unsuitable for anything requiring speed or precision, or involving tougher materials like Kevlar.",
"weight": "85 g",
"volume": "250 ml",
"price": 0,
"price_postapoc": 10,
"material": "wood",
"symbol": ";",
"color": "brown",
"ammo": "thread",
"sub": "sewing_kit",
"max_charges": 200,
"charges_per_use": 1,
"qualities": [ [ "SEW", 1 ] ],
"use_action": {
"type": "repair_item",
"item_action_type": "repair_fabric",
"materials": [ "cotton", "lycra", "nylon", "leather", "wool", "fur", "faux_fur", "nomex", "gutskin" ],
"skill": "tailor",
"tool_quality": -1,
"cost_scaling": 0.1,
"move_cost": 1500
},
"flags": [ "STAB", "ALLOWS_REMOTE_USE" ]
},
{
"id": "sewing_kit",
"type": "TOOL",
"category": "tools",
"name": { "str": "sewing kit" },
"description": "This is a plastic kit with a variety of needles, some plastic spools for thread, and a few other useful textile tools. Use a sewing kit on an article of clothing to attempt to repair or reinforce that clothing. This uses your tailoring skill.",
"weight": "85 g",
"volume": "250 ml",
"price": 1000,
"price_postapoc": 500,
"to_hit": -1,
"material": [ "plastic", "steel" ],
"symbol": ",",
"color": "red",
"ammo": "thread",
"initial_charges": 50,
"max_charges": 400,
"charges_per_use": 1,
"qualities": [ [ "SEW", 3 ] ],
"use_action": {
"type": "repair_item",
"item_action_type": "repair_fabric",
"materials": [ "cotton", "leather", "lycra", "nylon", "wool", "fur", "faux_fur", "nomex", "kevlar", "gutskin" ],
"skill": "tailor",
"tool_quality": 0,
"cost_scaling": 0.1,
"move_cost": 1000
},
"flags": [ "ALLOWS_REMOTE_USE" ]
},
{
"id": "tailoring_pattern_set",
"type": "GENERIC",
"category": "tools",
"name": { "str": "tailoring pattern set" },
"description": "This is a large set of tailoring patterns made from paper. They're useful for making any kind of cloth or leather items from scratch, but are necessary for more advanced projects.",
"weight": "1000 g",
"volume": "833 ml",
"price": 4000,
"price_postapoc": 500,
"material": "paper",
"symbol": ";",
"color": "yellow"
},
{
"id": "tailors_kit",
"type": "TOOL",
"category": "tools",
"name": { "str": "tailor's kit" },
"description": "This is a high quality kit consisting of a variety of needles, some plastic spools for thread, some small scissors, and an awl. Use a tailor's kit to customize your clothing and armor. This uses your tailoring skill.",
"weight": "100 g",
"volume": "500 ml",
"price": 1000,
"price_postapoc": 1000,
"to_hit": -2,
"material": [ "plastic", "steel" ],
"symbol": ";",
"color": "red",
"ammo": "thread",
"sub": "sewing_kit",
"initial_charges": 50,
"max_charges": 600,
"charges_per_use": 1,
"qualities": [ [ "SEW", 4 ], [ "SEW_CURVED", 1 ], [ "KNIT", 1 ], [ "LEATHER_AWL", 2 ], [ "CUT", 1 ] ],
"use_action": [
{
"type": "repair_item",
"item_action_type": "repair_fabric",
"materials": [ "cotton", "leather", "lycra", "nylon", "wool", "fur", "faux_fur", "nomex", "kevlar", "neoprene", "gutskin", "graphene_sheet" ],
"skill": "tailor",
"tool_quality": 1,
"cost_scaling": 0.1,
"move_cost": 800
},
{
"type": "sew_advanced",
"materials": [
"cotton",
"leather",
"lycra",
"nylon",
"wool",
"fur",
"faux_fur",
"nomex",
"kevlar",
"neoprene",
"gutskin",
"plastic",
"kevlar_rigid",
"graphene_sheet"
],
"skill": "tailor",
"clothing_mods": [ "leather_padded", "steel_padded", "alloy_padded", "kevlar_padded", "nomex_padded", "furred", "wooled", "lightened", "pockets" ]
}
],
"flags": [ "ALLOWS_REMOTE_USE" ]
}
]