KirkMcDonald / kirkmcdonald.github.io

Simple web-based calculator for the game Factorio.
Apache License 2.0
547 stars 146 forks source link

Update to 0.16.51 #93

Closed terite closed 6 years ago

terite commented 6 years ago

The only real change is the new battery icon. What I'm actually hoping for here is your seal of approval on my new data generation method: https://github.com/terite/calcserv

There are quite a few changes that I'll summarize in a changelog later in this PR, but the gist is that I tried to remove a lot of data that wasn't being used by the calculator.

If this data looks good to you I can add in changes for expensive too.


Added active_mods object

Removed unused entity types
* accumulator
* boiler
* generator
* solar-panel

Removed unused groups
* enemies
* environment
* other
* signals

Entity changes
* only boiler has "energy_source"
* "energy_source" now only contains "type" and "fuel_category"
* "ingredient_count" is always present if it's not nil
* "allowed_effects" always present if any effects are allowed
* nuclear reactor property "burner" changed to "energy_source"
* nuclear reactor property "consumption" removed
* remove unused "active_energy_usage" property
* remove unused "idle_energy_usage" property
* remove unused "lamp_energy_usage" property
* remove unused "pumping_speed" from offshore-pump

Recipe additions & removals
* add electric-energy-interface recipe

Recipe changes
* ingredients and products are in factorio's order
* recipes now have "group"
* remove unused "enabled" property
* remove unused "crafting_machine_tint" property
* remove unused "icon_size" property
* remove unused "allow_decomposition" property
* remove unused "hidden" property

Item additions & removals
* remove artillery-wagon-cannon
* remove belt-immunity-equipment
* remove blueprint
* remove blueprint-book
* remove coin
* remove computer
* remove deconstruction-planner
* add electric-energy-interface
* remove infinity-chest
* remove raw-fish
* remove simple-entity-with-force
* remove simple-entity-with-owner
* remove tank-cannon
* remove tank-flamethrower
* remove tank-machine-gun
* remove vehicle-machine-gun

Item changes
* fluid group/subgroup changed from other/other to fluid/fluid

resource changes:
* always have "category" property, even when it's "basic-solid"