-
Notifications
You must be signed in to change notification settings - Fork 3
/
nec_tool.json
185 lines (185 loc) · 6.09 KB
/
nec_tool.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
[
{
"type": "TOOL",
"category": "weapons",
"id": "nec_jogiri",
"name": "great knife",
"description": "A massively oversized knife. It is not very good at delicate works, but its primary function is second to none.",
"weight": 1500,
"volume": 10,
"price": 10000,
"to_hit": 0,
"bashing": 7,
"cutting": 30,
"material": [ "steel" ],
"symbol": "/",
"color": "brown",
"techniques": [ "WBLOCK_1", "BRUTAL", "IMPALE" ],
"flags": [ "SHEATH_SWORD", "DURABLE_MELEE" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 15 ] ]
},
{
"type": "TOOL",
"category": "weapons",
"id": "nec_fiber",
"name": "monomolecular fiber",
"description": "A thin, surprisingly sharp wire. It is used as a very sharp garrote capable of dismembering enemies precisely.",
"weight": 750,
"volume": 3,
"price": 70000,
"to_hit": 1,
"cutting": 28,
"material": [ "kevlar" ],
"symbol": "/",
"color": "white",
"techniques": [ "RAPID", "PRECISE", "DEF_DISARM" ],
"flags": [ "SHEATH_KNIFE", "DURABLE_MELEE" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 5 ] ]
},
{
"type": "TOOL",
"category": "weapons",
"id": "nec_scissors",
"name": "giant scissors",
"description": "A huge pair of scissors for battle. It is difficult to walk around with, but its ruggedness and overwhelming cutting force are attractive.",
"weight": 2500,
"volume": 15,
"price": 30000,
"to_hit": 1,
"cutting": 50,
"material": [ "steel" ],
"symbol": "/",
"color": "white",
"techniques": [ "WBLOCK_3", "IMPALE" ],
"flags": [ "SHEATH_SWORD", "DURABLE_MELEE" ],
"qualities": [ [ "CUT", 2 ], [ "BUTCHER", 20 ] ],
"looks_like": "scissors"
},
{
"id": "nec_fine_katana",
"type": "TOOL",
"category": "weapons",
"name": "superior katana",
"description": "An improved version of the katana. Inscription is carved with a sword that was forged by high technology.",
"weight": 1200,
"volume": 9,
"price": 200000,
"to_hit": 1,
"bashing": 4,
"cutting": 40,
"material": "steel",
"symbol": "/",
"color": "light_gray",
"techniques": [ "RAPID", "WBLOCK_2", "IMPALE", "PRECISE" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 9 ] ],
"relic_data": { "passive_effects": [ { "id": "AEP_DEX_UP" } ] },
"flags": [ "DURABLE_MELEE", "SHEATH_SWORD" ],
"looks_like": "katana"
},
{
"id": "nec_ball_chain",
"type": "TOOL",
"category": "weapons",
"symbol": "&",
"color": "dark_gray",
"name": "iron ball and chain",
"description": "A brutal weapon that is basically a metal ball attached to a chain. Not only it is capable of dealing crushing blows, it can be used to entangle enemies.",
"price": 50000,
"material": [ "steel" ],
"weight": 1500,
"volume": 7,
"bashing": 30,
"cutting": 3,
"to_hit": 1,
"techniques": [ "WRAP", "WHIP_DISARM", "BRUTAL" ],
"qualities": [ [ "HAMMER", 1 ] ],
"flags": [ "DURABLE_MELEE", "REACH_ATTACK", "STAB" ]
},
{
"id": "nec_flying_guillotine",
"type": "TOOL",
"category": "weapons",
"symbol": "/",
"color": "dark_gray",
"name": "flying guillotine",
"description": "A brutal weapon that is basically a saw-blade attached to a chain. Its sharpness and long length allows swift decapitation.",
"price": 75000,
"material": [ "steel", "plastic" ],
"weight": 1600,
"volume": 9,
"bashing": 10,
"cutting": 30,
"to_hit": 1,
"techniques": [ "SPIN", "VORPAL" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 9 ] ],
"flags": [ "DURABLE_MELEE", "REACH_ATTACK" ]
},
{
"id": "nec_combat_lawnmower_off",
"type": "TOOL",
"name": { "str": "combat lawnmower (off)", "str_pl": "combat lawnmowers (off)" },
"description": "A modified lawn mower used to mow down zombies. When turning on the switch, its blades start spinning waiting for their victims.",
"weight": 6000,
"volume": 12,
"price": 10000,
"to_hit": -2,
"bashing": 10,
"material": [ "steel", "plastic" ],
"symbol": "/",
"color": "red",
"ammo": "gasoline",
"max_charges": 750,
"use_action": {
"type": "transform",
"msg": "The screw starts its terrifying rotation with a loud sound!",
"target": "nec_combat_lawnmower_on",
"active": true,
"need_charges": 80,
"need_charges_msg": "You pull on the cord for a while... but nothing happens."
},
"flags": [ "MESSY", "TRADER_AVOID", "NONCONDUCTIVE" ],
"looks_like": "lawnmower"
},
{
"id": "nec_combat_lawnmower_on",
"type": "TOOL",
"name": { "str": "combat lawnmower (on)", "str_pl": "combat lawnmowers (on)" },
"description": "A combat lawnmower that has been activated. Its spinning blades will slice through anything in its way.",
"weight": 5000,
"volume": 12,
"price": 10000,
"to_hit": -2,
"bashing": 10,
"cutting": 75,
"material": [ "steel", "plastic" ],
"symbol": "/",
"color": "red",
"ammo": "gasoline",
"max_charges": 750,
"turns_per_charge": 12,
"revert_to": "nec_combat_lawnmower_off",
"use_action": { "type": "transform", "msg": "The screw slowly stops rotating.", "target": "nec_combat_lawnmower_off" },
"flags": [ "MESSY", "TRADER_AVOID", "NONCONDUCTIVE" ],
"looks_like": "lawnmower"
},
{
"type": "GENERIC",
"id": "nec_assasin_blade",
"name": "wrist-mounted hidden blade",
"description": "A small sword with a popping mechanism stored inside the glove. It was able to store and deploy instantaneously, and it was heavily used to assassinate key people.",
"weight": 300,
"to_hit": 2,
"color": "dark_gray",
"symbol": "{",
"material": [ "steel" ],
"armor_data": { "covers": [ "arm_l", "arm_r" ], "coverage": 25, "material_thickness": 2, "encumbrance": 3 },
"volume": 1,
"bashing": 4,
"cutting": 17,
"techniques": [ "WBLOCK_2", "RAPID", "PRECISE" ],
"flags": [ "STAB", "UNARMED_WEAPON", "DURABLE_MELEE", "BELTED", "BLOCK_WHILE_WORN" ],
"price": 50000,
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 14 ] ],
"looks_like": "armguard_hard"
}
]