Skip to content

Commit

Permalink
Merge pull request #39682 from Soup-de-Loop/soupdeloop-blazemod-PR10
Browse files Browse the repository at this point in the history
Blazemod Mini-PR: Remove glowie dependent generator and battery
  • Loading branch information
ZhilkinSerg authored Apr 18, 2020
2 parents 442c34d + 9ca862d commit bac6ac6
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions data/mods/blazemod/vehicleparts/blob_vehicleparts.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,55 +263,6 @@
"requirements": { "repair": { "time": "5 m", "using": [ [ "blobrep", 1 ] ] } },
"flags": [ "OBSTACLE", "OPAQUE", "OPENABLE", "BOARDABLE", "FOLDABLE" ]
},
{
"id": "glowie_battery",
"type": "vehicle_part",
"name": "gel battery",
"item": "glowie",
"location": "fuel_source",
"fuel_type": "battery",
"symbol": "#",
"broken_symbol": "x",
"color": "cyan",
"broken_color": "cyan",
"durability": 200,
"damage_modifier": 10,
"folded_volume": 1,
"breaks_into": [ { "item": "glowiegrow" } ],
"description": "A living, glowing blob. Having been filled with electrical power, it stores that power and can release it to power other parts of the vehicle, allowing it to act as a storage battery.",
"requirements": { "repair": { "time": "5 m", "using": [ [ "blobrep", 1 ] ] } },
"flags": [ "FOLDABLE" ]
},
{
"id": "glowie_battery_u",
"type": "vehicle_part",
"copy-from": "glowie_battery",
"name": "gel battery (under)",
"location": "under"
},
{
"id": "glowie_power",
"type": "vehicle_part",
"name": "gel generator",
"item": "glowie",
"location": "center",
"fuel_type": "bfeed",
"symbol": "#",
"broken_symbol": "x",
"color": "cyan",
"broken_color": "cyan",
"durability": 200,
"//": "Power is a multiplier on power efficiency - 1 unit is 100 units of battery or 100 kJ",
"power": 50,
"epower": 250,
"bonus": 25,
"damage_modifier": 10,
"folded_volume": 1,
"breaks_into": [ { "item": "glowiegrow" } ],
"description": "A living, glowing blob. It consumes blob feed and produces electrical power, allowing it to be used as a reactor. It also glows, and can be turned on to illuminate several squares inside the vehicle.",
"requirements": { "repair": { "time": "5 m", "using": [ [ "blobrep", 1 ] ] } },
"flags": [ "REACTOR", "FOLDABLE", "ATOMIC_LIGHT", "ENABLED_DRAINS_EPOWER" ]
},
{
"id": "gray_amalgam",
"type": "vehicle_part",
Expand Down

0 comments on commit bac6ac6

Please sign in to comment.