Skip to content

Commit

Permalink
removes turretframe
Browse files Browse the repository at this point in the history
  • Loading branch information
Soup-de-Loop committed Apr 18, 2020
1 parent 5dd7e74 commit a5d39cb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 69 deletions.
16 changes: 0 additions & 16 deletions data/mods/blazemod/items/vehicle/blaze_other.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,5 @@
"material": [ "steel", "plastic" ],
"symbol": "]",
"color": "cyan"
},
{
"id": "turretframe",
"type": "GENERIC",
"category": "veh_parts",
"name": { "str": "turret chassis", "str_pl": "turret chassis" },
"description": "A frame capable of rotating a full 360 degrees, capable of mounting multiple weapon systems either welded directly onto it or secured via the straps. It comes with a easily modified container for ammunition storage, a rudimentary ammo feed system for easy access, and a section for a movement system. It is controlled by a targeting AI that can adapt to the usage of whatever weapon that has been loading, with proper programming.",
"weight": "38604 g",
"volume": "20 L",
"price": 8000,
"to_hit": -3,
"bashing": 15,
"material": [ "steel" ],
"symbol": "]",
"color": "light_gray",
"techniques": [ "DEF_DISARM" ]
}
]
28 changes: 0 additions & 28 deletions data/mods/blazemod/recipes/blaze_other_recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,34 +101,6 @@
"tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "swage", -1 ] ] ],
"components": [ [ [ "hard_plate", 10 ] ], [ [ "chain", 8 ] ] ]
},
{
"result": "turretframe",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 5,
"skills_required": [ [ "mechanics", 5 ], [ "electronics", 5 ] ],
"time": 9000,
"autolearn": true,
"using": [ [ "welding_standard", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 } ],
"components": [
[ [ "pipe", 8 ], [ "rebar", 4 ] ],
[ [ "wire", 20 ] ],
[ [ "scrap", 21 ], [ "steel_chunk", 9 ], [ "steel_lump", 1 ] ],
[ [ "spring", 4 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "small_storage_battery", 1 ], [ "UPS_off", 1 ] ],
[ [ "e_scrap", 8 ] ],
[ [ "solar_cell", 12 ] ],
[ [ "cable", 40 ] ],
[ [ "power_supply", 2 ] ],
[ [ "motor", 1 ], [ "motor_small", 2 ] ],
[ [ "processor", 2 ] ],
[ [ "RAM", 2 ] ]
]
},
{
"result": "space_anomaly",
"type": "recipe",
Expand Down
25 changes: 0 additions & 25 deletions data/mods/blazemod/vehicleparts/blaze_other_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,31 +235,6 @@
},
"flags": [ "SOLAR_PANEL", "OBSTACLE" ]
},
{
"id": "turretframe",
"type": "vehicle_part",
"name": "turret chassis",
"item": "turretframe",
"symbol": "Y",
"broken_symbol": "#",
"color": "light_gray",
"broken_color": "light_gray",
"durability": 400,
"damage_modifier": 80,
"folded_volume": 25,
"description": "A rotating turret, capable of mounting a weapon system. Install a suitable weapon on it as an automated weapon and the vehicle will be able to fire on hostile targets that get too close.",
"breaks_into": [
{ "item": "scrap", "count": [ 10, 20 ] },
{ "item": "steel_chunk", "count": [ 4, 10 ] },
{ "item": "spring", "count": [ 2, 8 ] }
],
"requirements": {
"install": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "vehicle_bolt", 1 ] ] },
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_bolt", 1 ] ] },
"repair": { "skills": [ [ "mechanics", 4 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "TURRET_MOUNT" ]
},
{
"id": "wiring",
"type": "vehicle_part",
Expand Down

0 comments on commit a5d39cb

Please sign in to comment.