factorio-draftsman 2.0.1__tar.gz → 2.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {factorio_draftsman-2.0.1/factorio_draftsman.egg-info → factorio_draftsman-2.0.2}/PKG-INFO +3 -2
- factorio_draftsman-2.0.2/draftsman/_factorio_version.py +4 -0
- factorio_draftsman-2.0.2/draftsman/_version.py +4 -0
- factorio_draftsman-2.0.2/draftsman/data/entities.pkl +0 -0
- factorio_draftsman-2.0.2/draftsman/data/fluids.pkl +0 -0
- factorio_draftsman-2.0.2/draftsman/data/items.pkl +0 -0
- factorio_draftsman-2.0.2/draftsman/data/mods.pkl +0 -0
- factorio_draftsman-2.0.2/draftsman/data/modules.pkl +0 -0
- factorio_draftsman-2.0.2/draftsman/data/planets.pkl +0 -0
- factorio_draftsman-2.0.2/draftsman/data/recipes.pkl +0 -0
- factorio_draftsman-2.0.2/draftsman/data/signals.pkl +0 -0
- factorio_draftsman-2.0.2/draftsman/data/tiles.pkl +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/README.md +6 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/info.json +1 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/collision-layers.lua +1 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/atomic-bomb.lua +8 -8
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/character-animations.lua +10 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/entities.lua +19 -4
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/explosion-animations.lua +168 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/explosions.lua +343 -58
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/smoke.lua +52 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/sounds.lua +19 -3
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/item.lua +1 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/particles.lua +27 -15
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/technology.lua +1 -2
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/tile/tile-collision-masks.lua +2 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/tile/tiles.lua +29 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/changelog.txt +268 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/production-score.lua +45 -37
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/space-finish-script.lua +5 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/util.lua +5 -2
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/utility-constants.lua +5 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/utility-sprites.lua +10 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/info.json +1 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/entity/elevated-rail-pictures.lua +1 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/entity/elevated-rails.lua +2 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/entity/remnants.lua +4 -2
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/data-updates.lua +1 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/info.json +1 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/base-data-updates.lua +3 -6
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/info.json +1 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/decorative/decoratives-fulgora.lua +1 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/decorative/decoratives-gleba.lua +492 -28
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/big-mining-drill.lua +301 -291
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/crusher-pictures.lua +1 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/enemies.lua +132 -21
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/entities.lua +2 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/explosions.lua +359 -20
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/plants.lua +362 -59
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/smoke.lua +109 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/item.lua +1 -1
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/particle-animations.lua +441 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/particles.lua +668 -5
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/planet-gleba-map-gen.lua +2 -2
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/planet-map-gen.lua +6 -2
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/recipe.lua +12 -2
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/spores.lua +1 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tile/tile-pollution-values.lua +1 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tile/tiles-aquilo.lua +4 -4
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tile/tiles-gleba.lua +96 -53
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tips-and-tricks-simulations.lua +2 -2
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/decider_combinator.py +2 -2
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/signatures.py +4 -2
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2/factorio_draftsman.egg-info}/PKG-INFO +3 -2
- factorio_draftsman-2.0.2/test/test_version.py +9 -0
- factorio_draftsman-2.0.1/draftsman/_factorio_version.py +0 -4
- factorio_draftsman-2.0.1/draftsman/_version.py +0 -4
- factorio_draftsman-2.0.1/draftsman/data/entities.pkl +0 -0
- factorio_draftsman-2.0.1/draftsman/data/fluids.pkl +0 -0
- factorio_draftsman-2.0.1/draftsman/data/items.pkl +0 -0
- factorio_draftsman-2.0.1/draftsman/data/mods.pkl +0 -0
- factorio_draftsman-2.0.1/draftsman/data/modules.pkl +0 -0
- factorio_draftsman-2.0.1/draftsman/data/planets.pkl +0 -0
- factorio_draftsman-2.0.1/draftsman/data/recipes.pkl +0 -0
- factorio_draftsman-2.0.1/draftsman/data/signals.pkl +0 -0
- factorio_draftsman-2.0.1/draftsman/data/tiles.pkl +0 -0
- factorio_draftsman-2.0.1/test/test_version.py +0 -9
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/LICENSE +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/Lib/site-packages/numpy/core/tests/data/astype_copy.pkl +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/MANIFEST.in +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/README.md +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/__init__.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/blueprintable.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/__init__.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/association.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/blueprint.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/blueprint_book.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/blueprintable.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/collection.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/collision_set.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/deconstruction_planner.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/entity.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/entity_like.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/entity_list.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/exportable.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/group.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/__init__.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/artillery_auto_target.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/burner_energy_source.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/circuit_condition.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/circuit_connectable.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/circuit_enable.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/circuit_read_contents.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/circuit_read_hand.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/circuit_read_resource.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/circuit_set_filters.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/color.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/consumes_ammo.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/control_behavior.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/directional.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/double_grid_aligned.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/eight_way_directional.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/equipment_grid.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/filters.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/input_ingredients.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/inventory.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/inventory_filter.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/io_type.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/logistic_condition.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/mode_of_operation.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/modules.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/orientation.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/player_description.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/power_connectable.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/read_ammo.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/read_rail_signal.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/recipe.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/request_filters.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/request_items.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/stack_size.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/target_priorities.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/mixins/vehicle.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/rail_planner.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/schedule.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/schedule_list.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/spatial_data_structure.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/spatial_hashmap.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/spatial_like.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/tile.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/tile_list.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/train_configuration.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/transformable.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/upgrade_planner.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/classes/vector.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/compatibility/defines.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/compatibility/interface.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/compatibility/serpent.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/compatibility/settings.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/constants.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/__init__.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/entities.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/fluids.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/instruments.pkl +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/instruments.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/items.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/mods.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/modules.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/planets.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/recipes.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/signals.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/data/tiles.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/entity.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/env.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/environment/__init__.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/environment/mod_list.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/environment/mod_settings.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/environment/script.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/environment/update.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/error.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/extras.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/.git +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/data-updates.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/data.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/migrations/1.1.0.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/migrations/1.2.0 stack inserter rename.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/migrations/2.0.0-biter-egg.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/migrations/2.0.0-internal.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/migrations/2.0.0-internal2.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/migrations/2.0.0-internal3.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/migrations/2.0.0.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/migrations/2.0.0.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/migrations/migrations.txt +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/achievements.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/ambient-sounds.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/autoplace-controls.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/categories/ammo-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/categories/equipment-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/categories/fuel-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/categories/module-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/categories/quality.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/categories/recipe-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/categories/resource-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/custom-inputs.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/damage-type.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/decorative/decorative-trigger-effects.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/decorative/decoratives.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/demo.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/artillery-cannon-muzzle-flash-shifting.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/assemblerpipes.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/beacon-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/beams.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/biter-ai-settings.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/biter-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/biter-die-effects.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/cargo-hatch.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/cargo-pod-catalogue.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/circuit-network.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/combinator-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/crash-site.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/enemies.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/enemy-autoplace-utils.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/enemy-constants.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/enemy-projectiles.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/entity-util.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/factorio-logo.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/fire.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/flying-robots.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/giga-cargo-hatch.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/hit-effects.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/laser-sounds.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/mining-drill.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/movement-triggers.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/pipecovers.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/projectiles.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/pump-connector.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/rail-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/remnants.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/resources.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/rocket-projectile-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/smoke-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/spawner-animation.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/spidertron-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/spidertron-light-positions.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/spitter-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/trains.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/transport-belts.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/trees.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/turrets.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/entity/worm-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/equipment-grid.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/equipment.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/factoriopedia-simulations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/factoriopedia-util.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/fire-util.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/fluid.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/impact-deliver-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/item-groups.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/item-tints.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/item_sounds.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/map-gen-presets.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/map-settings.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/noise-expressions.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/particle-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/planet/planet-map-gen.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/planet/planet.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/planet/procession-audio-catalogue-types.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/planet/procession-graphic-catalogue-types.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/planet/procession-style.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/planet/procession.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/planet/surface-property.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/pollution.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/recipe.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/shortcuts.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/signal.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/tile/tile-graphics.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/tile/tile-pollution-values.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/tile/tile-sounds.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/tile/tile-trigger-effects.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/tips-and-tricks-simulations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/tips-and-tricks.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/trigger-target-types.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/tutorials.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/base/prototypes/utility-sprites.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/backers.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/data.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/info.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/autoplace_utils.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/bonus-gui-ordering.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/circuit-connector-generated-definitions.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/circuit-connector-sprites.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/collision-mask-defaults.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/collision-mask-util.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/crash-site.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/data-duplicate-checker.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/dataloader.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/event_handler.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/kill-score.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/math2d.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/math3d.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/meld.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/mod-gui.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/resource-autoplace.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/silo-script.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/sound-util.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/story.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/lualib/surface-render-parameter-effects.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/burner-usage.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/cursors.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/editor-controller.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/fonts.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/god-controller.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/noise-functions.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/noise-programs.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/parameters.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/remote-controller.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/spectator-controller.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/style.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/unknown.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/core/prototypes/utility-sounds.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/credits.txt +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/data.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/base-data-updates.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/entity/explosions.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/item/elevated-rails.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/particles.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/recipe/elevated-rails.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/sloped-trains-updates.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/technology/elevated-rails.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/tips-and-tricks-simulations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/elevated-rails/prototypes/tips-and-tricks.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/map-gen-settings.example.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/map-settings.example.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/data.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/base-data-updates.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/entity/entity.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/entity/explosions.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/entity/recycler-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/entity/remnants.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/item.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/module-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/quality.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/recipe.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/recycling.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/signal.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/technology.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/tips-and-tricks-simulations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/quality/prototypes/tips-and-tricks.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/server-settings.example.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/server-whitelist.example.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/data-updates.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/data.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/migrations/aquilo-tilesets.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/migrations/biolab.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/migrations/internal.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/migrations/jelly-yum-rename.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/migrations/shattered-planet.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/migrations/tungsten-belt-rename.json +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/achievements.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/active-triggers.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/ambient-sounds.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/autoplace-controls.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/burner-usage.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/categories/ammo-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/categories/fuel-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/categories/recipe-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/categories/resource-category.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/decorative/decoratives-aquilo.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/decorative/decoratives-vulcanus.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/decorative/decoratives.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/agricultural-tower-crane.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/asteroid-collector-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/asteroid.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/base-frozen-graphics.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/beams.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/biochamber-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/cargo-hatch.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/cargo-pod-catalogue.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/circuit-network.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/cryogenic-plant-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/electromagnetic-plant-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/explosion-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/flying-robots.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/foundry-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/fusion-system-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/giga-cargo-hatch.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/gleba-ai-settings.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/gleba-enemy-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/lightning-collector-graphics.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/lightning-rod-graphics.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/mech-armor-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/projectiles.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/railgun-turret-pictures.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/remnants.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/resources.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/sounds.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/space-enemy-autoplace-utils.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/space-platform-hub-cockpit.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/transport-belts.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/trees.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/entity/turrets.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/equipment-grid.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/equipment.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/factoriopedia-simulations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/fluid.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/item-effects.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/item-groups.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/item_sounds.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/asteroid-spawn-definitions.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/general-functions.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/general-variables.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/audio-events.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/cloud-layers.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/pod-layers-a.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/pod-layers-b.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/pod-layers-i.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/rocket-layers.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/space-layers.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/audio-events.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/cloud-layers.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/pod-layers-a.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/pod-layers-b.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/pod-layers-i.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/space-layers.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/planet-aquilo-map-gen.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/planet-fulgora-map-gen.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/planet-vulcanus-map-gen.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/planet.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/procession-catalogue-aquilo.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/procession-catalogue-fulgora.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/procession-catalogue-gleba.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/procession-catalogue-vulcanus.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/procession-common.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/planet/procession.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/surface.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/technology.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tile/platform-tile-animations.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tile/tile-sounds.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tile/tile-trigger-effects.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tile/tiles-fulgora.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tile/tiles-vulcanus.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tile/tiles.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/tips-and-tricks.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/utility-sounds.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-data/space-age/prototypes/utility-sprites.lua +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/factorio-mods/.gitignore +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/__init__.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/accumulator.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/agricultural_tower.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/ammo_turret.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/arithmetic_combinator.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/artillery_turret.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/artillery_wagon.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/assembling_machine.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/asteroid_collector.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/beacon.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/boiler.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/burner_generator.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/car.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/cargo_bay.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/cargo_landing_pad.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/cargo_wagon.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/constant_combinator.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/container.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/curved_rail_a.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/curved_rail_b.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/display_panel.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/electric_energy_interface.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/electric_pole.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/electric_turret.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/elevated_curved_rail_a.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/elevated_curved_rail_b.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/elevated_half_diagonal_rail.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/elevated_straight_rail.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/filter_inserter.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/fluid_turret.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/fluid_wagon.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/furnace.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/fusion_generator.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/fusion_reactor.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/gate.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/generator.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/half_diagonal_rail.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/heat_interface.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/heat_pipe.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/infinity_container.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/infinity_pipe.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/inserter.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/lab.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/lamp.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/land_mine.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/legacy_curved_rail.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/legacy_straight_rail.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/lightning_attractor.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/linked_belt.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/linked_container.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/loader.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/locomotive.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/logistic_active_container.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/logistic_buffer_container.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/logistic_passive_container.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/logistic_request_container.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/logistic_storage_container.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/mining_drill.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/offshore_pump.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/pipe.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/player_port.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/power_switch.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/programmable_speaker.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/pump.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/radar.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/rail_chain_signal.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/rail_ramp.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/rail_signal.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/rail_support.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/reactor.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/roboport.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/rocket_silo.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/selector_combinator.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/simple_entity_with_force.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/simple_entity_with_owner.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/solar_panel.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/space_platform_hub.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/spider_vehicle.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/splitter.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/storage_tank.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/straight_rail.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/thruster.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/train_stop.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/transport_belt.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/turret.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/underground_belt.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/underground_pipe.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/prototypes/wall.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/rail.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/tile.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/types.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/utils.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/draftsman/warning.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/factorio_draftsman.egg-info/SOURCES.txt +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/factorio_draftsman.egg-info/dependency_links.txt +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/factorio_draftsman.egg-info/entry_points.txt +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/factorio_draftsman.egg-info/requires.txt +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/factorio_draftsman.egg-info/top_level.txt +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/pyproject.toml +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/setup.cfg +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/setup.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_association.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_blueprint.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_blueprint_book.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_blueprintable.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_collision_set.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_data.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_deconstruction_planner.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_entity.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_entity_list.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_environment.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_examples.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_group.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_mixins.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_rail_planner.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_schedule.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_schedule_list.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_spatial_hash_map.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_tile.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_tile_list.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_train_configuration.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_upgrade_planner.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_utils.py +0 -0
- {factorio_draftsman-2.0.1 → factorio_draftsman-2.0.2}/test/test_vector.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: factorio-draftsman
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: A complete, well-tested, and up-to-date module to manipulate Factorio blueprint strings. Compatible with mods.
|
|
5
5
|
Home-page: https://github.com/redruin1/factorio-draftsman
|
|
6
6
|
Author: redruin1
|
|
@@ -25,6 +25,7 @@ Dynamic: description
|
|
|
25
25
|
Dynamic: description-content-type
|
|
26
26
|
Dynamic: home-page
|
|
27
27
|
Dynamic: keywords
|
|
28
|
+
Dynamic: license-file
|
|
28
29
|
Dynamic: requires-dist
|
|
29
30
|
Dynamic: summary
|
|
30
31
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Factorio Data
|
|
2
|
-
Tracks changes of the Lua prototype definitions in
|
|
2
|
+
Tracks changes of the Lua prototype definitions in Factorio in between releases.
|
|
3
3
|
|
|
4
4
|
This repo has been made publicly available to help mod authors.
|
|
5
5
|
Its purpose is to allow the public to track changes to the Factorio **Lua prototype definitions**.
|
|
@@ -16,3 +16,8 @@ eg: https://github.com/wube/factorio-data/compare/0.18.43...1.1.57
|
|
|
16
16
|
* Browse diffs between the versions, seeing the implementation of prototype changes we mention in the changelog.
|
|
17
17
|
|
|
18
18
|
This repo debuted in [FFF-240](https://www.factorio.com/blog/post/fff-240).
|
|
19
|
+
|
|
20
|
+
## Pull Requests Will Be Rejected
|
|
21
|
+
The contents of this repository are automatically generated. It is pointless to make a pull request as it will not be merged. GitHub doesn't allow for deactivating the Pull requests feature.
|
|
22
|
+
|
|
23
|
+
If you wish to report a bug, please do so [on our forums](https://forums.factorio.com/viewforum.php?f=7). Thank you!
|
|
@@ -368,18 +368,18 @@ data:extend({
|
|
|
368
368
|
type = "instant",
|
|
369
369
|
target_effects =
|
|
370
370
|
{
|
|
371
|
-
{
|
|
372
|
-
type = "set-tile",
|
|
373
|
-
tile_name = "nuclear-ground",
|
|
374
|
-
radius = 12,
|
|
375
|
-
apply_projection = true,
|
|
376
|
-
tile_collision_mask = { layers={water_tile=true} }
|
|
377
|
-
},
|
|
378
|
-
{
|
|
371
|
+
{ -- Destroy cliffs before changing tiles (so the cliff achievement works)
|
|
379
372
|
type = "destroy-cliffs",
|
|
380
373
|
radius = 9,
|
|
381
374
|
explosion_at_trigger = "explosion"
|
|
382
375
|
},
|
|
376
|
+
-- Explosion entities for other surface-specific effects are added here
|
|
377
|
+
{
|
|
378
|
+
type = "create-entity",
|
|
379
|
+
check_buildability = true,
|
|
380
|
+
-- This entity can have surface conditions
|
|
381
|
+
entity_name = "nuke-effects-nauvis"
|
|
382
|
+
},
|
|
383
383
|
{
|
|
384
384
|
type = "create-entity",
|
|
385
385
|
entity_name = "nuke-explosion"
|
|
@@ -2,6 +2,16 @@ character_animations =
|
|
|
2
2
|
{
|
|
3
3
|
level1 =
|
|
4
4
|
{
|
|
5
|
+
dead_reflection =
|
|
6
|
+
{
|
|
7
|
+
filename = "__base__/graphics/entity/character/level1_dead_effect_map.png",
|
|
8
|
+
width = 120,
|
|
9
|
+
height = 63,
|
|
10
|
+
shift = util.by_pixel(-7.0,-5.5),
|
|
11
|
+
frame_count = 2,
|
|
12
|
+
scale = 1,
|
|
13
|
+
usage = "player"
|
|
14
|
+
},
|
|
5
15
|
dead =
|
|
6
16
|
{
|
|
7
17
|
filename = "__base__/graphics/entity/character/level1_dead.png",
|
|
@@ -616,6 +616,21 @@ data:extend(
|
|
|
616
616
|
hidden = true,
|
|
617
617
|
open_sound = { filename = "__base__/sound/character-corpse-open.ogg", volume = 0.5 },
|
|
618
618
|
close_sound = { filename = "__base__/sound/character-corpse-close.ogg", volume = 0.5 },
|
|
619
|
+
water_reflection =
|
|
620
|
+
{
|
|
621
|
+
pictures =
|
|
622
|
+
{
|
|
623
|
+
{
|
|
624
|
+
filename = "__base__/graphics/entity/character/level1_dead_effect_map.png",
|
|
625
|
+
width = 120,
|
|
626
|
+
height = 63,
|
|
627
|
+
--shift = util.by_pixel(-7.0,-5.5),
|
|
628
|
+
--frame_count = 2,
|
|
629
|
+
scale = 1,
|
|
630
|
+
usage = "player"
|
|
631
|
+
},
|
|
632
|
+
}
|
|
633
|
+
},
|
|
619
634
|
pictures =
|
|
620
635
|
{
|
|
621
636
|
{
|
|
@@ -7351,8 +7366,8 @@ data:extend(
|
|
|
7351
7366
|
usage_priority = "secondary-input"
|
|
7352
7367
|
},
|
|
7353
7368
|
impact_category = "metal",
|
|
7354
|
-
open_sound = {filename = "__base__/sound/open-close/beacon-open.ogg", volume = 0.
|
|
7355
|
-
close_sound = {filename = "__base__/sound/open-close/beacon-close.ogg", volume = 0.
|
|
7369
|
+
open_sound = {filename = "__base__/sound/open-close/beacon-open.ogg", volume = 0.25},
|
|
7370
|
+
close_sound = {filename = "__base__/sound/open-close/beacon-close.ogg", volume = 0.25},
|
|
7356
7371
|
working_sound =
|
|
7357
7372
|
{
|
|
7358
7373
|
sound =
|
|
@@ -10000,7 +10015,7 @@ data:extend({
|
|
|
10000
10015
|
name = "cargo-pod",
|
|
10001
10016
|
icon = "__base__/graphics/icons/cargo-pod.png",
|
|
10002
10017
|
flags = {"not-on-map"},
|
|
10003
|
-
order = "
|
|
10018
|
+
order = "d[cargo-pod]",
|
|
10004
10019
|
collision_mask = {layers = {}},
|
|
10005
10020
|
collision_box = {{0, 0},{0, 0}},
|
|
10006
10021
|
selection_box = {{-0.5, -1}, {0.5, 0.5}},
|
|
@@ -10065,7 +10080,7 @@ data:extend({
|
|
|
10065
10080
|
type = "temporary-container",
|
|
10066
10081
|
name = "cargo-pod-container",
|
|
10067
10082
|
icon = "__base__/graphics/icons/landed-cargo-pod.png",
|
|
10068
|
-
order = "
|
|
10083
|
+
order = "e[cargo-pod-container]",
|
|
10069
10084
|
minable = {mining_time = 0.5},
|
|
10070
10085
|
fast_replaceable_group = "container",
|
|
10071
10086
|
flags = {"player-creation", "placeable-neutral", "placeable-off-grid", "not-in-kill-statistics", "not-upgradable"},
|
|
@@ -176,10 +176,178 @@ explosion_animations.small_explosion = function()
|
|
|
176
176
|
shift = util.by_pixel(2,-7.5),
|
|
177
177
|
scale = 0.5,
|
|
178
178
|
usage = "explosion"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
filename = "__base__/graphics/entity/small-explosion/small-explosion-3.png",
|
|
182
|
+
draw_as_glow = true,
|
|
183
|
+
priority = "high",
|
|
184
|
+
line_length = 6,
|
|
185
|
+
width = 154,
|
|
186
|
+
height = 222,
|
|
187
|
+
frame_count = 24,
|
|
188
|
+
animation_speed = 0.3,
|
|
189
|
+
shift = util.by_pixel( 1.5, -23.0),
|
|
190
|
+
scale = 0.5,
|
|
191
|
+
usage = "explosion"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
filename = "__base__/graphics/entity/small-explosion/small-explosion-4.png",
|
|
195
|
+
draw_as_glow = true,
|
|
196
|
+
priority = "high",
|
|
197
|
+
line_length = 6,
|
|
198
|
+
width = 146,
|
|
199
|
+
height = 134,
|
|
200
|
+
frame_count = 24,
|
|
201
|
+
animation_speed = 0.3,
|
|
202
|
+
shift = util.by_pixel(2.5, -25.5),
|
|
203
|
+
scale = 0.5,
|
|
204
|
+
usage = "explosion"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
filename = "__base__/graphics/entity/small-explosion/small-explosion-5.png",
|
|
208
|
+
draw_as_glow = true,
|
|
209
|
+
priority = "high",
|
|
210
|
+
line_length = 6,
|
|
211
|
+
width = 144,
|
|
212
|
+
height = 222,
|
|
213
|
+
frame_count = 24,
|
|
214
|
+
animation_speed = 0.3,
|
|
215
|
+
shift = util.by_pixel(4.5, -25.5),
|
|
216
|
+
scale = 0.5,
|
|
217
|
+
usage = "explosion"
|
|
179
218
|
}
|
|
180
219
|
}
|
|
181
220
|
end
|
|
182
221
|
|
|
222
|
+
explosion_animations.small_dust_explosion = function()
|
|
223
|
+
return
|
|
224
|
+
{
|
|
225
|
+
{
|
|
226
|
+
filename = "__base__/graphics/entity/small-explosion/small-dust-explosion-1.png",
|
|
227
|
+
draw_as_glow = true,
|
|
228
|
+
priority = "high",
|
|
229
|
+
line_length = 6,
|
|
230
|
+
width = 160,
|
|
231
|
+
height = 140,
|
|
232
|
+
frame_count = 24,
|
|
233
|
+
animation_speed = 0.3,
|
|
234
|
+
shift = util.by_pixel(-4.0, -34.5),
|
|
235
|
+
scale = 0.5,
|
|
236
|
+
usage = "explosion"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
filename = "__base__/graphics/entity/small-explosion/small-dust-explosion-2.png",
|
|
240
|
+
draw_as_glow = true,
|
|
241
|
+
priority = "high",
|
|
242
|
+
line_length = 6,
|
|
243
|
+
width = 196,
|
|
244
|
+
height = 186,
|
|
245
|
+
frame_count = 24,
|
|
246
|
+
animation_speed = 0.3,
|
|
247
|
+
shift = util.by_pixel(0.0, -36.0),
|
|
248
|
+
scale = 0.5,
|
|
249
|
+
usage = "explosion"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
filename = "__base__/graphics/entity/small-explosion/small-dust-explosion-3.png",
|
|
253
|
+
draw_as_glow = true,
|
|
254
|
+
priority = "high",
|
|
255
|
+
line_length = 6,
|
|
256
|
+
width = 228,
|
|
257
|
+
height = 216,
|
|
258
|
+
frame_count = 24,
|
|
259
|
+
animation_speed = 0.3,
|
|
260
|
+
shift = util.by_pixel(-5.5, -35.0),
|
|
261
|
+
scale = 0.5,
|
|
262
|
+
usage = "explosion"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
end
|
|
266
|
+
------
|
|
267
|
+
explosion_animations.space_platform_foundation_explosion = function()
|
|
268
|
+
return
|
|
269
|
+
{
|
|
270
|
+
{
|
|
271
|
+
filename = "__base__/graphics/entity/small-explosion/small-dust-explosion-1.png",
|
|
272
|
+
draw_as_glow = true,
|
|
273
|
+
priority = "high",
|
|
274
|
+
line_length = 6,
|
|
275
|
+
width = 160,
|
|
276
|
+
height = 140,
|
|
277
|
+
frame_count = 24,
|
|
278
|
+
animation_speed = 0.3,
|
|
279
|
+
shift = util.by_pixel(-4.0, 5.0),
|
|
280
|
+
scale = 0.5,
|
|
281
|
+
usage = "explosion"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
filename = "__base__/graphics/entity/small-explosion/small-dust-explosion-2.png",
|
|
285
|
+
draw_as_glow = true,
|
|
286
|
+
priority = "high",
|
|
287
|
+
line_length = 6,
|
|
288
|
+
width = 196,
|
|
289
|
+
height = 186,
|
|
290
|
+
frame_count = 24,
|
|
291
|
+
animation_speed = 0.3,
|
|
292
|
+
shift = util.by_pixel(0.0, 1.5),
|
|
293
|
+
scale = 0.5,
|
|
294
|
+
usage = "explosion"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
filename = "__base__/graphics/entity/small-explosion/small-dust-explosion-3.png",
|
|
298
|
+
draw_as_glow = true,
|
|
299
|
+
priority = "high",
|
|
300
|
+
line_length = 6,
|
|
301
|
+
width = 228,
|
|
302
|
+
height = 216,
|
|
303
|
+
frame_count = 24,
|
|
304
|
+
animation_speed = 0.3,
|
|
305
|
+
shift = util.by_pixel(-5.5, 10.0),
|
|
306
|
+
scale = 0.5,
|
|
307
|
+
usage = "explosion"
|
|
308
|
+
},
|
|
309
|
+
-- {
|
|
310
|
+
-- filename = "__base__/graphics/entity/small-explosion/small-explosion-3.png",
|
|
311
|
+
-- draw_as_glow = true,
|
|
312
|
+
-- priority = "high",
|
|
313
|
+
-- line_length = 6,
|
|
314
|
+
-- width = 152,
|
|
315
|
+
-- height = 222,
|
|
316
|
+
-- frame_count = 24,
|
|
317
|
+
-- animation_speed = 0.3,
|
|
318
|
+
-- shift = util.by_pixel( 2.5, -3.0),
|
|
319
|
+
-- scale = 0.5,
|
|
320
|
+
-- usage = "explosion"
|
|
321
|
+
-- },
|
|
322
|
+
{
|
|
323
|
+
filename = "__base__/graphics/entity/small-explosion/small-explosion-4.png",
|
|
324
|
+
draw_as_glow = true,
|
|
325
|
+
priority = "high",
|
|
326
|
+
line_length = 6,
|
|
327
|
+
width = 146,
|
|
328
|
+
height = 134,
|
|
329
|
+
frame_count = 24,
|
|
330
|
+
animation_speed = 0.3,
|
|
331
|
+
shift = util.by_pixel(2.5, 6.0),
|
|
332
|
+
scale = 0.5,
|
|
333
|
+
usage = "explosion"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
filename = "__base__/graphics/entity/small-explosion/small-explosion-5.png",
|
|
337
|
+
draw_as_glow = true,
|
|
338
|
+
priority = "high",
|
|
339
|
+
line_length = 6,
|
|
340
|
+
width = 144,
|
|
341
|
+
height = 222,
|
|
342
|
+
frame_count = 24,
|
|
343
|
+
animation_speed = 0.3,
|
|
344
|
+
shift = util.by_pixel(4.5, 6.0),
|
|
345
|
+
scale = 0.5,
|
|
346
|
+
usage = "explosion"
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
end
|
|
350
|
+
------
|
|
183
351
|
explosion_animations.nuke_shockwave = function()
|
|
184
352
|
return
|
|
185
353
|
{
|