forked from kettleswordfang/reapermod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.json
193 lines (193 loc) · 6.03 KB
/
tools.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
[
{
"id": "scythe_war_upgraded",
"type": "TOOL",
"category": "weapons",
"name": "upgraded war scythe",
"description": "This scythe has been modified by reducing its weight and strengthening the blade - definitely a weapon fit for a grim reaper.",
"weight": 2151,
"volume": 12,
"price": 20000,
"to_hit": 1,
"bashing": 5,
"cutting": 28,
"material": [ "steel", "wood" ],
"symbol": "/",
"color": "light_gray",
"techniques": [ "WIDE", "BRUTAL", "WBLOCK_2" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 1 ] ],
"flags": [ "DURABLE_MELEE", "SLICE" ]
},
{
"id": "scythe_war_perfected",
"type": "TOOL",
"category": "weapons",
"name": "perfected war scythe",
"description": "Completely remade for battle, this sickle hums through the air as you swing it. You can almost feel the blade's hunger for death.",
"weight": 2121,
"volume": 12,
"price": 35000,
"to_hit": 1,
"bashing": 8,
"cutting": 37,
"material": [ "steel", "wood" ],
"symbol": "/",
"color": "light_gray",
"techniques": [ "WIDE", "BRUTAL", "WBLOCK_2" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 2 ] ],
"flags": [ "DURABLE_MELEE", "SLICE", "TRADER_AVOID" ]
},
{
"id": "scythe_diamond",
"type": "TOOL",
"category": "weapons",
"name": "diamond war scythe",
"description": "A perfect war scythe with a blade covered with diamond-hard carbon film. Sharp enough to cut through the air itself.",
"weight": 2110,
"volume": 12,
"price": 35000,
"to_hit": 1,
"bashing": 9,
"cutting": 49,
"material": [ "steel", "wood", "diamond" ],
"symbol": "/",
"color": "light_gray",
"techniques": [ "WIDE", "BRUTAL", "WBLOCK_2" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ],
"flags": [ "UNBREAKABLE_MELEE", "SLICE", "TRADER_AVOID", "NO_SALVAGE" ]
},
{
"id": "scythe_fire_off",
"type": "TOOL",
"category": "weapons",
"name": "God Fire (off)",
"description": "A gasoline feeder allows you to set the blade of this scythe aflame, lighting up the darkness. Use it to ignite the blade.",
"weight": 2151,
"volume": 14,
"price": 35000,
"to_hit": 1,
"bashing": 10,
"cutting": 37,
"material": [ "steel", "wood" ],
"symbol": "/",
"color": "light_gray",
"techniques": [ "WIDE", "BRUTAL", "WBLOCK_2" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", -2 ] ],
"flags": [ "DURABLE_MELEE", "SLICE", "FIRE" ],
"max_charges": 50,
"ammo": "gasoline",
"use_action":[
{
"type": "fireweapon_off",
"target_id": "scythe_fire_on",
"noise": 10,
"moves": 10,
"success_message": "You ignite the blade of the God Fire.",
"lacks_fuel_message": "The ignition feeder is out of gasoline."
}
]
},
{
"id": "scythe_fire_on",
"type": "TOOL",
"category": "weapons",
"name": "God Fire (on)",
"description": "The blade of the scythe burns with the radiance of life, and screams out for the dead. Use it to put out the flames.",
"weight": 2151,
"volume": 14,
"price": 35000,
"to_hit": 1,
"bashing": 10,
"cutting": 37,
"material": [ "steel", "wood" ],
"symbol": "/",
"color": "light_gray",
"techniques": [ "WIDE", "BRUTAL", "WBLOCK_2" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", -2 ] ],
"flags": [ "DURABLE_MELEE", "SLICE", "FIRE", "LIGHT_240", "CHARGEDIM", "FLAMING" ],
"max_charges": 50,
"turns_per_charge": 30,
"ammo": "gasoline",
"revert_to": "scythe_fire_off",
"use_action": [
{
"type": "fireweapon_on",
"target_id": "scythe_fire_off",
"noise_chance": 35,
"noise_message": "You can hear the crackling of the flames on your blade.",
"voluntary_extinguish_message": "You extinguish the blade.",
"charges_extinguish_message": "The flames on the flicker flicker and die out.",
"water_extinguish_message": "The flames on the blade go out with a hiss."
},
{
"type": "firestarter",
"moves": 25
}
]
},
{
"id": "scythe_relic",
"type": "TOOL",
"category": "weapons",
"name": "Anguish",
"description": "Description of the scythe_relic.",
"weight": 2222,
"volume": 13,
"price": 75000,
"to_hit": 1,
"bashing": 10,
"cutting": 37,
"material": [ "steel", "wood" ],
"symbol": "/",
"color": "magenta",
"techniques": [ "WIDE", "BRUTAL", "WBLOCK_2" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 1 ] ],
"flags": [ "DURABLE_MELEE", "SLICE", "NO_SALVAGE" ],
"artifact_data":
{
"effects_wielded": ["AEP_SAP_LIFE", "AEP_SPEED_UP"]
}
},
{
"id": "scythe_ornate",
"type": "TOOL",
"category": "weapons",
"name": "Beak",
"description": "This weapon resembles a large, golden bird head, with the beak acting as the blade of the sythe, diamonds embedded in its empty eye sockets.",
"weight": 3000,
"volume": 16,
"price": 400000,
"to_hit": -1,
"bashing": 26,
"cutting": 15,
"material": [ "gold", "diamond", "wood" ],
"symbol": "/",
"color": "yellow",
"techniques": [ "WIDE", "BRUTAL", "WBLOCK_2" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 1 ] ],
"flags": [ "UNBREAKABLE_MELEE", "NONCONDUCTIVE" ],
"artifact_data":
{
"effects_wielded": ["AEP_PSYSHIELD", "AEP_STR_UP", "AEP_SPEED_UP", "AEP_PER_UP" ]
}
},
{
"id": "scythe_bone",
"type": "TOOL",
"category": "weapons",
"name": "bone scythe",
"description": "This scythe drips with malicious intent. It will quickly and painfully take down any creature susceptible to poison.",
"weight": 2400,
"volume": 10,
"price": 20000,
"to_hit": 1,
"bashing": 5,
"cutting": 25,
"material": [ "bone", "steel" ],
"symbol": "/",
"color": "light_gray",
"techniques": [ "WIDE", "BRUTAL", "WBLOCK_2" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", -1 ] ],
"flags": [ "DURABLE_MELEE", "SLICE", "BADPOISON" ]
}
]