|
410 | 410 | "use_action": [ "HEAT_SOLID_ITEMS" ], |
411 | 411 | "melee_damage": { "bash": 7, "stab": 24 } |
412 | 412 | }, |
| 413 | + { |
| 414 | + "type": "ITEM", |
| 415 | + "id": "simple_pike_pipe", |
| 416 | + "name": { "str": "basic pipe pike" }, |
| 417 | + "description": "Five pipes threaded together to form a very crude pike. Heavy, slow, and all around cumbersome to carry and fight with.", |
| 418 | + "weight": "5 kg", |
| 419 | + "price_postapoc": "1 USD", |
| 420 | + "color": "light_gray", |
| 421 | + "looks_like": "spear_pipe", |
| 422 | + "symbol": "/", |
| 423 | + "material": [ "steel" ], |
| 424 | + "techniques": [ "WBLOCK_1" ], |
| 425 | + "volume": "4 L", |
| 426 | + "longest_side": "3 meter", |
| 427 | + "to_hit": { "grip": "solid", "length": "long", "surface": "point", "balance": "clumsy" }, |
| 428 | + "flags": [ "FRAGILE_MELEE", "POLEARM", "SPEAR", "REACH_ATTACK", "REACH3" ], |
| 429 | + "weapon_category": [ "SPEARS" ], |
| 430 | + "price": "120 USD", |
| 431 | + "qualities": [ [ "COOK", 1 ] ], |
| 432 | + "use_action": [ "HEAT_SOLID_ITEMS" ], |
| 433 | + "melee_damage": { "stab": 17 } |
| 434 | + }, |
| 435 | + { |
| 436 | + "type": "ITEM", |
| 437 | + "id": "pike_pipe", |
| 438 | + "copy-from": "simple_pike_pipe", |
| 439 | + "name": { "str": "pipe pike" }, |
| 440 | + "description": "Five pipes welded together to form a very crude pike. Heavy, slow, and all around cumbersome to carry and fight with.", |
| 441 | + "price_postapoc": "1 USD 50 cent", |
| 442 | + "melee_damage": { "stab": 23 } |
| 443 | + }, |
413 | 444 | { |
414 | 445 | "type": "ITEM", |
415 | 446 | "id": "pointed_rebar", |
|
535 | 566 | "price": "50 USD", |
536 | 567 | "price_postapoc": "5 USD" |
537 | 568 | }, |
| 569 | + { |
| 570 | + "id": "halberd_crude", |
| 571 | + "type": "ITEM", |
| 572 | + "symbol": "/", |
| 573 | + "color": "light_gray", |
| 574 | + "name": { "str": "crude halberd" }, |
| 575 | + "description": "A homemade halberd, made by attaching an axe head to a spear shaft. Not as good as the real thing, but a whole heck of a lot cheaper and easier.", |
| 576 | + "price": "40 USD", |
| 577 | + "material": [ "wood", "steel" ], |
| 578 | + "ascii_picture": "halberd", |
| 579 | + "flags": [ "DURABLE_MELEE", "REACH_ATTACK", "NONCONDUCTIVE", "POLEARM", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ], |
| 580 | + "weapon_category": [ "POLEARMS" ], |
| 581 | + "techniques": [ "WBLOCK_1", "WIDE", "SWEEP" ], |
| 582 | + "weight": "2930 g", |
| 583 | + "//": "Average weight of wood axe head (2.5lb) and fireaxe head (6lb) + 1kg spear shaft", |
| 584 | + "volume": "2 L", |
| 585 | + "longest_side": "180 cm", |
| 586 | + "to_hit": { "grip": "solid", "length": "long", "surface": "line", "balance": "uneven" }, |
| 587 | + "faults": [ { "fault_group": "handle_long", "weight_mult": 4 }, { "fault_group": "blade_general" } ], |
| 588 | + "price_postapoc": "10 USD", |
| 589 | + "qualities": [ [ "BUTCHER", -70 ], [ "AXE", 2 ] ], |
| 590 | + "category": "weapons", |
| 591 | + "melee_damage": { "bash": 14, "cut": 26 } |
| 592 | + }, |
538 | 593 | { |
539 | 594 | "id": "bill_hook", |
540 | 595 | "type": "ITEM", |
|
628 | 683 | "price": "80 USD", |
629 | 684 | "price_postapoc": "5 USD" |
630 | 685 | }, |
| 686 | + { |
| 687 | + "type": "ITEM", |
| 688 | + "id": "naginata_machete", |
| 689 | + "name": { "str_sp": "machete naginata" }, |
| 690 | + "description": "This crude facsimile of a naginata was made by attaching a machete to the end of a spear.", |
| 691 | + "weight": "1840 g", |
| 692 | + "color": "light_gray", |
| 693 | + "symbol": "/", |
| 694 | + "material": [ { "type": "wood", "portion": 25 }, { "type": "mc_steel", "portion": 21 } ], |
| 695 | + "techniques": [ "WIDE", "WBLOCK_1" ], |
| 696 | + "volume": "2040 ml", |
| 697 | + "longest_side": "200 cm", |
| 698 | + "to_hit": { "grip": "weapon", "length": "long", "surface": "line", "balance": "neutral" }, |
| 699 | + "qualities": [ [ "CUT", 1 ], [ "BUTCHER", -24 ] ], |
| 700 | + "flags": [ "DURABLE_MELEE", "REACH_ATTACK", "NONCONDUCTIVE", "POLEARM", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ], |
| 701 | + "faults": [ { "fault_group": "handle_long", "weight_mult": 4 }, { "fault_group": "blade_general" } ], |
| 702 | + "weapon_category": [ "POLEARMS" ], |
| 703 | + "price": "40 USD", |
| 704 | + "price_postapoc": "25 USD", |
| 705 | + "category": "weapons", |
| 706 | + "melee_damage": { "bash": 3, "cut": 30 } |
| 707 | + }, |
| 708 | + { |
| 709 | + "type": "ITEM", |
| 710 | + "id": "naginata_machete_temp", |
| 711 | + "copy-from": "naginata_machete", |
| 712 | + "name": { "str_sp": "tempered machete naginata" }, |
| 713 | + "description": "This crude facsimile of a naginata was made by attaching a machete to the end of a spear. This one uses a tempered machete, making it a bit more sharp and durable.", |
| 714 | + "price": "50 USD", |
| 715 | + "price_postapoc": "27 USD", |
| 716 | + "material": [ { "type": "wood", "portion": 25 }, { "type": "qt_steel", "portion": 21 } ], |
| 717 | + "melee_damage": { "bash": 3, "cut": 35 } |
| 718 | + }, |
631 | 719 | { |
632 | 720 | "type": "ITEM", |
633 | 721 | "id": "javelin", |
|
0 commit comments