|
616 | 616 | "min_skills": [ [ "weapon", 2 ] ],
|
617 | 617 | "flags": [ "BIPOD", "SLOW_WIELD" ],
|
618 | 618 | "melee_damage": { "bash": 12 }
|
| 619 | + }, |
| 620 | + { |
| 621 | + "id": "mounted_flashlight", |
| 622 | + "type": "ITEM", |
| 623 | + "subtypes": [ "TOOL", "GUNMOD" ], |
| 624 | + "name": { "str": "mounted flashlight" }, |
| 625 | + "description": "Precisely manufactured flashlight that can be mounted on any modern gun. You still can use it without attaching it to anything if you happen to never find a handheld one.", |
| 626 | + "weight": "68 g", |
| 627 | + "volume": "150 ml", |
| 628 | + "longest_side": "63 mm", |
| 629 | + "price": "350 USD", |
| 630 | + "price_postapoc": "4 USD", |
| 631 | + "install_time": "4 m", |
| 632 | + "material": [ "steel", "plastic" ], |
| 633 | + "symbol": ":", |
| 634 | + "color": "brown", |
| 635 | + "location": "underbarrel", |
| 636 | + "mod_targets": [ "shotgun", "smg", "rifle", "crossbow", "launcher" ], |
| 637 | + "min_skills": [ [ "weapon", 1 ] ], |
| 638 | + "charges_per_use": 1, |
| 639 | + "is_visible_when_installed": true, |
| 640 | + "use_action": { |
| 641 | + "type": "transform", |
| 642 | + "msg": "You turn the mounted flashlight on.", |
| 643 | + "target": "mounted_flashlight_on", |
| 644 | + "active": true, |
| 645 | + "need_charges": 1, |
| 646 | + "need_charges_msg": "The mounted flashlight's batteries are dead." |
| 647 | + }, |
| 648 | + "pocket_data": [ |
| 649 | + { |
| 650 | + "pocket_type": "MAGAZINE_WELL", |
| 651 | + "rigid": true, |
| 652 | + "flag_restriction": [ "BATTERY_LIGHT" ], |
| 653 | + "default_magazine": "light_battery_cell" |
| 654 | + } |
| 655 | + ], |
| 656 | + "tool_ammo": [ "battery" ] |
| 657 | + }, |
| 658 | + { |
| 659 | + "id": "mounted_flashlight_on", |
| 660 | + "copy-from": "mounted_flashlight", |
| 661 | + "type": "ITEM", |
| 662 | + "subtypes": [ "TOOL", "GUNMOD" ], |
| 663 | + "name": { "str": "mounted flashlight (on)", "str_pl": "mounted flashlights (on)" }, |
| 664 | + "//": "about 1.5 h of work off a single battery", |
| 665 | + "power_draw": "2700 mW", |
| 666 | + "revert_to": "mounted_flashlight", |
| 667 | + "use_action": { |
| 668 | + "menu_text": "Turn off", |
| 669 | + "type": "transform", |
| 670 | + "msg": "You turn the mounted flashlight off.", |
| 671 | + "target": "mounted_flashlight", |
| 672 | + "ammo_scale": 0 |
| 673 | + }, |
| 674 | + "light": 160, |
| 675 | + "extend": { "flags": [ "CHARGEDIM", "TRADER_AVOID" ] } |
619 | 676 | }
|
620 | 677 | ]
|
0 commit comments