|
549 | 549 | { "item": "lead", "charges": [ 12, 18 ] }
|
550 | 550 | ]
|
551 | 551 | }
|
| 552 | + }, |
| 553 | + { |
| 554 | + "type": "furniture", |
| 555 | + "id": "f_metal_detector", |
| 556 | + "name": "metal detector", |
| 557 | + "description": "A metal detector like one you'd see at the airport. This one is no longer functioning.", |
| 558 | + "symbol": "M", |
| 559 | + "color": "light_blue", |
| 560 | + "coverage": 20, |
| 561 | + "move_cost_mod": 2, |
| 562 | + "//": "Based on https://uniqscan.com/products/copy-of-walk-through-metal-detector-ub500, 70cm * 200cm * 60cm", |
| 563 | + "max_volume": "800 L", |
| 564 | + "required_str": -1, |
| 565 | + "flags": [ "PERMEABLE", "THIN_OBSTACLE", "TRANSPARENT" ], |
| 566 | + "bash": { |
| 567 | + "str_min": 12, |
| 568 | + "str_max": 45, |
| 569 | + "sound": "metal screeching!", |
| 570 | + "sound_fail": "clang!", |
| 571 | + "items": [ |
| 572 | + { "item": "scrap", "count": [ 1, 6 ] }, |
| 573 | + { "item": "plastic_chunk", "count": [ 4, 8 ] }, |
| 574 | + { "item": "cable", "count": [ 2, 6 ] }, |
| 575 | + { "item": "e_scrap", "count": [ 8, 12 ] } |
| 576 | + ] |
| 577 | + } |
| 578 | + }, |
| 579 | + { |
| 580 | + "type": "furniture", |
| 581 | + "id": "f_balthazar_server", |
| 582 | + "name": "Balthazar's server racks", |
| 583 | + "looks_like": "t_machinery_electronic", |
| 584 | + "description": "The servers Balthazar is running on. Destroying these will severely damage, if not kill them.", |
| 585 | + "symbol": "$", |
| 586 | + "color": "yellow", |
| 587 | + "move_cost_mod": -1, |
| 588 | + "coverage": 55, |
| 589 | + "required_str": -1, |
| 590 | + "flags": [ "ALARMED" ], |
| 591 | + "deconstruct": { |
| 592 | + "skill": { "skill": "electronics", "min": 1, "max": 8 }, |
| 593 | + "items": [ |
| 594 | + { "item": "lc_wire", "count": [ 1, 16 ], "prob": 80 }, |
| 595 | + { "item": "mc_wire", "count": [ 1, 8 ], "prob": 15 }, |
| 596 | + { "item": "hc_wire", "count": [ 1, 8 ], "prob": 15 }, |
| 597 | + { "item": "qt_wire", "count": [ 1, 8 ], "prob": 15 }, |
| 598 | + { "item": "mc_steel_chunk", "count": [ 1, 4 ] }, |
| 599 | + { "item": "processor", "count": 1 }, |
| 600 | + { "item": "RAM", "count": [ 1, 4 ] }, |
| 601 | + { "item": "cable", "charges": [ 1, 4 ] }, |
| 602 | + { "item": "small_lcd_screen", "count": 1 }, |
| 603 | + { "item": "e_scrap", "count": [ 5, 10 ] }, |
| 604 | + { "item": "circuit", "count": [ 3, 8 ] }, |
| 605 | + { "item": "power_supply", "count": [ 1, 3 ] }, |
| 606 | + { "item": "amplifier", "count": [ 1, 3 ] }, |
| 607 | + { "item": "plastic_chunk", "count": [ 2, 8 ] }, |
| 608 | + { "item": "scrap", "count": [ 1, 5 ] } |
| 609 | + ] |
| 610 | + }, |
| 611 | + "bash": { |
| 612 | + "str_min": 10, |
| 613 | + "str_max": 80, |
| 614 | + "sound": "clang!", |
| 615 | + "sound_fail": "ting.", |
| 616 | + "items": [ |
| 617 | + { "item": "lc_wire", "count": [ 1, 8 ], "prob": 60 }, |
| 618 | + { "item": "mc_wire", "count": [ 1, 4 ], "prob": 5 }, |
| 619 | + { "item": "hc_wire", "count": [ 1, 4 ], "prob": 5 }, |
| 620 | + { "item": "qt_wire", "count": [ 1, 4 ], "prob": 5 }, |
| 621 | + { "item": "pipe", "prob": 40 }, |
| 622 | + { "item": "mc_steel_chunk", "prob": 40 }, |
| 623 | + { "item": "bearing", "charges": [ 2, 4 ] }, |
| 624 | + { "item": "processor", "prob": 40 }, |
| 625 | + { "item": "RAM", "count": [ 1, 2 ] }, |
| 626 | + { "item": "cable", "charges": [ 1, 2 ] }, |
| 627 | + { "item": "small_lcd_screen", "prob": 40 }, |
| 628 | + { "item": "e_scrap", "count": [ 3, 8 ] }, |
| 629 | + { "item": "circuit", "count": [ 1, 3 ] }, |
| 630 | + { "item": "power_supply", "prob": 40 }, |
| 631 | + { "item": "amplifier", "prob": 40 }, |
| 632 | + { "item": "plastic_chunk", "count": [ 2, 8 ] }, |
| 633 | + { "item": "scrap", "count": [ 3, 8 ] } |
| 634 | + ] |
| 635 | + } |
552 | 636 | }
|
553 | 637 | ]
|
0 commit comments