|
6 | 6 | "description": "Hefty round projectiles cast from lead, useful as ammunition for slings.",
|
7 | 7 | "weight": "12 g",
|
8 | 8 | "volume": "250 ml",
|
9 |
| - "price": 100, |
| 9 | + "price": "1 USD", |
10 | 10 | "bashing": 1,
|
11 | 11 | "material": [ "lead" ],
|
12 | 12 | "symbol": "=",
|
|
21 | 21 | "effects": [ "NEVER_MISFIRES" ]
|
22 | 22 | },
|
23 | 23 | {
|
24 |
| - "id": "javelin_stone", |
25 |
| - "copy-from": "javelin", |
| 24 | + "id": "atlatl_dart_wood", |
| 25 | + "looks_like": "javelin", |
26 | 26 | "type": "AMMO",
|
27 |
| - "name": { "str": "stone javelin" }, |
28 |
| - "//": "Avoids negative numbers caused by any future rebalancing of mainline item", |
29 |
| - "description": "A throwing spear with a stone spearhead. The grip area has also been carved and covered for better grip.", |
30 |
| - "material": [ "wood", "stone" ], |
31 |
| - "color": "light_gray", |
| 27 | + "name": { "str": "wooden atlatl dart" }, |
| 28 | + "description": "A long, flexible dart for a spear-thrower, with a fire-hardened sharpened point.", |
| 29 | + "weight": "70 g", |
| 30 | + "volume": "100 ml", |
| 31 | + "longest_side": "138 cm", |
| 32 | + "color": "brown", |
| 33 | + "cutting": 6, |
| 34 | + "symbol": "/", |
32 | 35 | "count": 1,
|
33 |
| - "stack_size": 4, |
34 |
| - "ammo_type": "javelin", |
35 |
| - "range": 13, |
| 36 | + "ammo_type": "atlatl", |
| 37 | + "range": 15, |
| 38 | + "damage": { "damage_type": "stab", "amount": 11, "armor_penetration": 1 }, |
| 39 | + "dispersion": 80, |
| 40 | + "loudness": 0, |
| 41 | + "thrown_damage": [ { "damage_type": "bash", "amount": 2 }, { "damage_type": "stab", "amount": 6 } ], |
| 42 | + "effects": [ "RECOVER_25" ], |
| 43 | + "flags": [ "SPEAR" ], |
| 44 | + "price": "10 USD", |
| 45 | + "price_postapoc": 75, |
| 46 | + "qualities": [ [ "COOK", 1 ] ] |
| 47 | + }, |
| 48 | + { |
| 49 | + "id": "atlatl_dart_iron", |
| 50 | + "copy-from": "atlatl_dart_wood", |
| 51 | + "looks_like": "javelin_iron", |
| 52 | + "type": "AMMO", |
| 53 | + "name": { "str": "iron atlatl dart" }, |
| 54 | + "description": "A long, flexible dart for a spear-thrower, with an iron spear point.", |
| 55 | + "weight": "170 g", |
| 56 | + "color": "light_gray", |
| 57 | + "bashing": 2, |
| 58 | + "cutting": 9, |
| 59 | + "range": 10, |
| 60 | + "damage": { "damage_type": "stab", "amount": 17, "armor_penetration": 3 }, |
| 61 | + "thrown_damage": [ { "damage_type": "bash", "amount": 3 }, { "damage_type": "stab", "amount": 9 } ], |
| 62 | + "price": "25 USD", |
| 63 | + "price_postapoc": "1 USD", |
| 64 | + "effects": [ "RECOVER_40" ] |
| 65 | + }, |
| 66 | + { |
| 67 | + "id": "atlatl_dart_stone", |
| 68 | + "copy-from": "atlatl_dart_wood", |
| 69 | + "looks_like": "javelin_stone", |
| 70 | + "type": "AMMO", |
| 71 | + "name": { "str": "stone atlatl dart" }, |
| 72 | + "description": "A long, flexible dart for a spear-thrower, with a small stone spearhead.", |
| 73 | + "weight": "150 g", |
| 74 | + "color": "light_gray", |
| 75 | + "bashing": 1, |
| 76 | + "cutting": 7, |
| 77 | + "range": 10, |
36 | 78 | "damage": { "damage_type": "stab", "amount": 13, "armor_penetration": 2 },
|
37 |
| - "relative": { "weight": 100, "cutting": 2 }, |
38 |
| - "proportional": { "price": 0.5, "bashing": 0.8 }, |
39 |
| - "thrown_damage": [ { "damage_type": "bash", "amount": 4 }, { "damage_type": "stab", "amount": 13 } ], |
40 |
| - "flags": [ "FRAGILE_MELEE", "JAVELIN" ] |
| 79 | + "thrown_damage": [ { "damage_type": "bash", "amount": 1 }, { "damage_type": "stab", "amount": 7 } ], |
| 80 | + "price": "15 USD", |
| 81 | + "price_postapoc": 80, |
| 82 | + "effects": [ "RECOVER_30" ] |
41 | 83 | },
|
42 | 84 | {
|
43 |
| - "id": "javelin_copper", |
44 |
| - "copy-from": "javelin_iron", |
| 85 | + "id": "atlatl_dart_copper", |
| 86 | + "copy-from": "atlatl_dart_wood", |
| 87 | + "looks_like": "javelin_copper", |
45 | 88 | "type": "AMMO",
|
46 |
| - "name": { "str": "copper javelin" }, |
47 |
| - "//": "Avoids negative numbers caused by any future rebalancing of mainline item", |
48 |
| - "description": "A copper-tipped throwing spear. The grip area has also been carved and covered for better grip.", |
49 |
| - "material": [ "wood", "copper" ], |
| 89 | + "name": { "str": "copper atlatl dart" }, |
| 90 | + "description": "A long, flexible dart for a spear-thrower, with a copper spear point.", |
| 91 | + "weight": "200 g", |
50 | 92 | "color": "light_red",
|
51 |
| - "count": 1, |
52 |
| - "stack_size": 4, |
53 |
| - "ammo_type": "javelin", |
54 |
| - "damage": { "damage_type": "stab", "amount": 14, "armor_penetration": 2 }, |
55 |
| - "relative": { "weight": 30 }, |
56 |
| - "proportional": { "price": 0.5, "cutting": 0.85 }, |
57 |
| - "thrown_damage": [ { "damage_type": "bash", "amount": 5 }, { "damage_type": "stab", "amount": 14 } ], |
58 |
| - "flags": [ "FRAGILE_MELEE", "JAVELIN" ] |
| 93 | + "bashing": 3, |
| 94 | + "cutting": 8, |
| 95 | + "range": 10, |
| 96 | + "damage": { "damage_type": "stab", "amount": 16, "armor_penetration": 2 }, |
| 97 | + "thrown_damage": [ { "damage_type": "bash", "amount": 3 }, { "damage_type": "stab", "amount": 8 } ], |
| 98 | + "price": "20 USD", |
| 99 | + "price_postapoc": 90, |
| 100 | + "effects": [ "RECOVER_35" ] |
59 | 101 | },
|
60 | 102 | {
|
61 | 103 | "type": "AMMO",
|
|
65 | 107 | "color": "brown",
|
66 | 108 | "name": { "str_sp": "pitch" },
|
67 | 109 | "description": "Sticky resin made from pine or birch tar. The adhesive isn't strong enough for heavy duty usages, but it can be used as a varnish or holding together small items, or for improvised repairs with the right tools.",
|
68 |
| - "price": 900, |
| 110 | + "price": "9 USD", |
69 | 111 | "material": [ "oil" ],
|
70 | 112 | "weight": "1 g",
|
71 | 113 | "volume": "250 ml",
|
|
0 commit comments