factorio-draftsman 3.2.0__tar.gz → 3.3.0__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-3.2.0/factorio_draftsman.egg-info → factorio_draftsman-3.3.0}/PKG-INFO +1 -1
- factorio_draftsman-3.3.0/draftsman/_version.py +4 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/target_priorities.py +1 -1
- factorio_draftsman-3.3.0/draftsman/data/entities.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/equipment.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/fluids.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/instruments.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/items.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/mods.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/modules.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/planets.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/qualities.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/recipes.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/signals.pkl +0 -0
- factorio_draftsman-3.3.0/draftsman/data/tiles.pkl +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/info.json +1 -1
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/circuit-network.lua +4 -4
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/utility-sounds.lua +1 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/info.json +1 -1
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/info.json +1 -1
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/info.json +1 -1
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/constant_combinator.py +77 -1
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/selector_combinator.py +1 -1
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0/factorio_draftsman.egg-info}/PKG-INFO +1 -1
- factorio_draftsman-3.3.0/test/test_version.py +9 -0
- factorio_draftsman-3.2.0/draftsman/_version.py +0 -4
- factorio_draftsman-3.2.0/draftsman/data/entities.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/equipment.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/fluids.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/instruments.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/items.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/mods.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/modules.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/planets.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/qualities.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/recipes.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/signals.pkl +0 -0
- factorio_draftsman-3.2.0/draftsman/data/tiles.pkl +0 -0
- factorio_draftsman-3.2.0/test/test_version.py +0 -9
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/LICENSE +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/MANIFEST.in +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/README.md +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/__init__.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/blueprintable.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/__init__.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/association.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/blueprint.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/blueprint_book.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/blueprintable.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/collection.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/collision_set.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/deconstruction_planner.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/entity.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/entity_like.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/entity_list.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/exportable.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/group.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/__init__.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/artillery_auto_target.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/circuit_condition.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/circuit_connectable.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/circuit_enable.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/circuit_read_contents.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/circuit_read_hand.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/circuit_read_resource.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/circuit_set_filters.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/color.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/control_behavior.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/crafting_machine.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/directional.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/energy_source.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/equipment_grid.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/filters.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/input_ingredients.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/inventory.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/io_type.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/logistic_condition.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/mode_of_operation.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/modules.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/orientation.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/player_description.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/power_connectable.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/read_ammo.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/read_rail_signal.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/recipe.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/request_filters.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/stack_size.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/variation.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/vehicle.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/rail_planner.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/schedule.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/schedule_list.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/spatial_data_structure.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/spatial_hashmap.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/spatial_like.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/tile.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/tile_list.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/train_configuration.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/transformable.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/upgrade_planner.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/vector.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/compatibility/defines.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/compatibility/interface.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/compatibility/serpent.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/compatibility/settings.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/constants.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/__init__.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/entities.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/equipment.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/fluids.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/instruments.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/items.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/mods.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/modules.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/planets.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/qualities.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/recipes.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/signals.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/data/tiles.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/entity.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/environment/__init__.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/environment/mod_list.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/environment/mod_settings.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/environment/script.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/environment/update.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/error.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/extras.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/data-updates.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/data.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/migrations/1.1.0.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/migrations/1.2.0 stack inserter rename.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/migrations/2.0.0-biter-egg.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/migrations/2.0.0-internal.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/migrations/2.0.0-internal2.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/migrations/2.0.0-internal3.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/migrations/2.0.0.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/migrations/2.0.0.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/migrations/migrations.txt +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/achievements.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/ambient-sounds.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/autoplace-controls.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/categories/ammo-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/categories/equipment-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/categories/fuel-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/categories/module-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/categories/quality.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/categories/recipe-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/categories/resource-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/collision-layers.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/custom-inputs.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/damage-type.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/decorative/decorative-trigger-effects.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/decorative/decoratives.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/demo.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/artillery-cannon-muzzle-flash-shifting.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/assemblerpipes.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/atomic-bomb.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/beacon-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/beams.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/biter-ai-settings.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/biter-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/biter-die-effects.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/cargo-hatch.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/cargo-pod-catalogue.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/character-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/combinator-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/crash-site.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/enemies.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/enemy-autoplace-utils.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/enemy-constants.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/enemy-projectiles.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/entities.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/entity-util.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/explosion-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/explosions.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/factorio-logo.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/fire.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/flying-robots.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/giga-cargo-hatch.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/hit-effects.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/laser-sounds.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/mining-drill.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/movement-triggers.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/pipecovers.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/projectiles.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/pump-connector.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/rail-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/remnants.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/resources.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/rocket-projectile-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/smoke-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/smoke.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/sounds.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/spawner-animation.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/spidertron-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/spidertron-light-positions.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/spitter-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/trains.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/transport-belts.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/trees.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/turrets.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/entity/worm-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/equipment-grid.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/equipment.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/factoriopedia-simulations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/factoriopedia-util.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/fire-util.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/fluid.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/impact-deliver-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/item-groups.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/item-tints.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/item.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/item_sounds.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/map-gen-presets.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/map-settings.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/noise-expressions.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/particle-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/particles.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/planet/planet-map-gen.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/planet/planet.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/planet/procession-audio-catalogue-types.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/planet/procession-graphic-catalogue-types.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/planet/procession-style.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/planet/procession.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/planet/surface-property.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/pollution.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/recipe.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/shortcuts.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/signal.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/technology.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/tile/tile-collision-masks.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/tile/tile-graphics.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/tile/tile-pollution-values.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/tile/tile-sounds.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/tile/tile-trigger-effects.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/tile/tiles.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/tips-and-tricks-simulations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/tips-and-tricks.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/trigger-target-types.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/tutorials.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/prototypes/utility-sprites.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/backers.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/data.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/info.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/autoplace_utils.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/bonus-gui-ordering.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/circuit-connector-generated-definitions.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/circuit-connector-sprites.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/collision-mask-defaults.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/collision-mask-util.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/crash-site.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/data-duplicate-checker.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/dataloader.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/event_handler.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/kill-score.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/math2d.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/math3d.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/meld.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/mod-gui.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/production-score.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/resource-autoplace.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/silo-script.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/sound-util.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/space-finish-script.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/story.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/surface-render-parameter-effects.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/lualib/util.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/burner-usage.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/cursors.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/editor-controller.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/fonts.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/god-controller.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/noise-functions.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/noise-programs.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/parameters.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/remote-controller.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/spectator-controller.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/style.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/unknown.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/utility-constants.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/core/prototypes/utility-sprites.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/data.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/base-data-updates.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/entity/elevated-rail-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/entity/elevated-rails.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/entity/explosions.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/entity/remnants.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/item/elevated-rails.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/particles.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/recipe/elevated-rails.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/sloped-trains-updates.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/technology/elevated-rails.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/tips-and-tricks-simulations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/elevated-rails/prototypes/tips-and-tricks.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/data-updates.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/data.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/base-data-updates.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/entity/entity.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/entity/explosions.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/entity/recycler-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/entity/remnants.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/item.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/module-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/quality.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/recipe.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/recycling.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/signal.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/technology.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/tips-and-tricks-simulations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/quality/prototypes/tips-and-tricks.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/base-data-updates.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/data-updates.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/data.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/migrations/aquilo-tilesets.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/migrations/biolab.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/migrations/internal.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/migrations/jelly-yum-rename.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/migrations/shattered-planet.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/migrations/tungsten-belt-rename.json +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/achievements.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/active-triggers.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/ambient-sounds.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/autoplace-controls.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/burner-usage.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/categories/ammo-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/categories/fuel-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/categories/recipe-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/categories/resource-category.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/decorative/decoratives-aquilo.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/decorative/decoratives-fulgora.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/decorative/decoratives-gleba.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/decorative/decoratives-vulcanus.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/decorative/decoratives.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/agricultural-tower-crane.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/asteroid-collector-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/asteroid.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/base-frozen-graphics.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/beams.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/big-mining-drill.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/biochamber-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/cargo-hatch.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/cargo-pod-catalogue.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/circuit-network.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/crusher-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/cryogenic-plant-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/electromagnetic-plant-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/enemies.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/entities.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/explosion-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/explosions.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/flying-robots.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/foundry-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/fusion-system-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/giga-cargo-hatch.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/gleba-ai-settings.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/gleba-enemy-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/lightning-collector-graphics.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/lightning-rod-graphics.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/mech-armor-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/plants.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/projectiles.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/railgun-turret-pictures.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/remnants.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/resources.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/smoke.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/sounds.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/space-enemy-autoplace-utils.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/space-platform-hub-cockpit.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/transport-belts.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/trees.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/entity/turrets.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/equipment-grid.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/equipment.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/factoriopedia-simulations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/fluid.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/item-effects.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/item-groups.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/item.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/item_sounds.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/particle-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/particles.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/asteroid-spawn-definitions.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/general-functions.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/general-variables.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/audio-events.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/cloud-layers.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/pod-layers-a.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/pod-layers-b.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/pod-layers-i.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/rocket-layers.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform/space-layers.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/planet-to-platform.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/audio-events.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/cloud-layers.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/pod-layers-a.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/pod-layers-b.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/pod-layers-i.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet/space-layers.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/general/platform-to-planet.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/planet-aquilo-map-gen.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/planet-fulgora-map-gen.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/planet-gleba-map-gen.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/planet-map-gen.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/planet-vulcanus-map-gen.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/planet.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/procession-catalogue-aquilo.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/procession-catalogue-fulgora.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/procession-catalogue-gleba.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/procession-catalogue-vulcanus.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/procession-common.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/planet/procession.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/recipe.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/spores.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/surface.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/technology.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tile/platform-tile-animations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tile/tile-pollution-values.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tile/tile-sounds.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tile/tile-trigger-effects.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tile/tiles-aquilo.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tile/tiles-fulgora.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tile/tiles-gleba.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tile/tiles-vulcanus.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tile/tiles.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tips-and-tricks-simulations.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/tips-and-tricks.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/utility-sounds.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/space-age/prototypes/utility-sprites.lua +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-mods/.gitignore +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/__init__.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/accumulator.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/agricultural_tower.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/ammo_turret.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/arithmetic_combinator.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/artillery_turret.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/artillery_wagon.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/assembling_machine.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/asteroid_collector.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/beacon.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/boiler.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/burner_generator.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/car.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/cargo_bay.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/cargo_landing_pad.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/cargo_wagon.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/container.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/curved_rail_a.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/curved_rail_b.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/decider_combinator.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/display_panel.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/electric_energy_interface.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/electric_pole.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/electric_turret.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/elevated_curved_rail_a.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/elevated_curved_rail_b.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/elevated_half_diagonal_rail.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/elevated_straight_rail.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/fluid_turret.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/fluid_wagon.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/furnace.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/fusion_generator.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/fusion_reactor.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/gate.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/generator.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/half_diagonal_rail.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/heat_interface.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/heat_pipe.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/infinity_container.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/infinity_pipe.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/inserter.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/lab.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/lamp.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/land_mine.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/legacy_curved_rail.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/legacy_straight_rail.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/lightning_attractor.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/linked_belt.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/linked_container.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/loader.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/locomotive.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/logistic_active_container.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/logistic_buffer_container.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/logistic_passive_container.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/logistic_request_container.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/logistic_storage_container.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/mining_drill.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/offshore_pump.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/pipe.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/player_port.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/power_switch.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/programmable_speaker.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/pump.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/radar.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/rail_chain_signal.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/rail_ramp.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/rail_signal.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/rail_support.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/reactor.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/roboport.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/rocket_silo.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/simple_entity_with_force.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/simple_entity_with_owner.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/solar_panel.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/space_platform_hub.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/spider_vehicle.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/splitter.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/storage_tank.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/straight_rail.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/thruster.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/train_stop.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/transport_belt.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/underground_belt.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/underground_pipe.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/valve.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/wall.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/rail.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/serialization.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/signatures.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/tile.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/types.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/utils.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/validators.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/warning.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/factorio_draftsman.egg-info/SOURCES.txt +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/factorio_draftsman.egg-info/dependency_links.txt +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/factorio_draftsman.egg-info/entry_points.txt +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/factorio_draftsman.egg-info/requires.txt +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/factorio_draftsman.egg-info/top_level.txt +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/pyproject.toml +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/setup.cfg +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_all_factorio_versions.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_association.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_blueprint.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_blueprint_book.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_blueprintable.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_collision_set.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_constants.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_data.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_deconstruction_planner.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_entity.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_entity_list.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_environment.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_examples.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_group.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_mixins.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_rail_planner.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_schedule.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_schedule_list.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_serialization.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_signatures.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_spatial_hash_map.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_tile.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_tile_list.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_train_configuration.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_upgrade_planner.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_utils.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_vector.py +0 -0
- {factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/test/test_waypoint_factorio_versions.py +0 -0
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/target_priorities.py
RENAMED
|
@@ -148,7 +148,7 @@ class TargetPrioritiesMixin(Exportable):
|
|
|
148
148
|
draftsman_converters.get_version((2, 0)).add_hook_fns(
|
|
149
149
|
TargetPrioritiesMixin,
|
|
150
150
|
lambda fields: {
|
|
151
|
-
"
|
|
151
|
+
"priority-list": fields.priority_list.name,
|
|
152
152
|
"ignore_unprioritized": fields.ignore_unprioritized.name,
|
|
153
153
|
"set_priority_list": fields.set_priority_list.name,
|
|
154
154
|
"set_ignore_unprioritized": fields.set_ignore_unprioritized.name,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -24,7 +24,7 @@ data:extend
|
|
|
24
24
|
energy_source =
|
|
25
25
|
{
|
|
26
26
|
type = "electric",
|
|
27
|
-
usage_priority = "
|
|
27
|
+
usage_priority = "primary-input"
|
|
28
28
|
},
|
|
29
29
|
active_energy_usage = "1kW",
|
|
30
30
|
|
|
@@ -93,7 +93,7 @@ data:extend
|
|
|
93
93
|
energy_source =
|
|
94
94
|
{
|
|
95
95
|
type = "electric",
|
|
96
|
-
usage_priority = "
|
|
96
|
+
usage_priority = "primary-input"
|
|
97
97
|
},
|
|
98
98
|
active_energy_usage = "1kW",
|
|
99
99
|
|
|
@@ -961,9 +961,9 @@ data:extend
|
|
|
961
961
|
energy_source =
|
|
962
962
|
{
|
|
963
963
|
type = "electric",
|
|
964
|
-
usage_priority = "
|
|
964
|
+
usage_priority = "primary-input"
|
|
965
965
|
},
|
|
966
|
-
active_energy_usage = "
|
|
966
|
+
active_energy_usage = "1kW",
|
|
967
967
|
|
|
968
968
|
working_sound =
|
|
969
969
|
{
|
|
@@ -181,6 +181,7 @@ add_utility_sound("build_blueprint_huge", "__core__/sound/build-blueprint-large.
|
|
|
181
181
|
add_utility_sound("build_ghost_upgrade", "__core__/sound/build-ghost-upgrade.ogg", 0.7, 64)
|
|
182
182
|
add_utility_sound("build_ghost_upgrade_cancel", "__core__/sound/build-ghost-upgrade-cancel.ogg", 0.7, 64)
|
|
183
183
|
add_utility_sound("gui_click", "__core__/sound/gui-click.ogg")
|
|
184
|
+
add_utility_sound("gui_switch", "__core__/sound/gui-switch.ogg", 0.7)
|
|
184
185
|
add_utility_sound("list_box_click", "__core__/sound/list-box-click.ogg")
|
|
185
186
|
add_utility_sound("cannot_build", "__core__/sound/cannot-build.ogg")
|
|
186
187
|
add_utility_sound_with_vibration("deconstruct_small", "__core__/sound/deconstruct-small.ogg", 1.0, 64, nil, "__core__/sound/deconstruct-small.bnvib", 0.25)
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/constant_combinator.py
RENAMED
|
@@ -9,7 +9,7 @@ from draftsman.classes.mixins import (
|
|
|
9
9
|
DirectionalMixin,
|
|
10
10
|
)
|
|
11
11
|
from draftsman.serialization import draftsman_converters
|
|
12
|
-
from draftsman.signatures import ManualSection, SignalFilter, uint32
|
|
12
|
+
from draftsman.signatures import ManualSection, QualityID, SignalFilter, uint32
|
|
13
13
|
from draftsman.validators import instance_of
|
|
14
14
|
from draftsman.data import mods
|
|
15
15
|
|
|
@@ -131,6 +131,7 @@ class ConstantCombinator(
|
|
|
131
131
|
|
|
132
132
|
:returns: A reference to the :py:class:`.ManualSection` just added.
|
|
133
133
|
"""
|
|
134
|
+
print("add_section")
|
|
134
135
|
self.sections += [
|
|
135
136
|
ManualSection(
|
|
136
137
|
group=group,
|
|
@@ -142,6 +143,81 @@ class ConstantCombinator(
|
|
|
142
143
|
|
|
143
144
|
# =========================================================================
|
|
144
145
|
|
|
146
|
+
def set_signal(
|
|
147
|
+
self,
|
|
148
|
+
index: int, # TODO: should be int64
|
|
149
|
+
name: Optional[str], # TODO: should be SignalIDName
|
|
150
|
+
count: int = 0, # TODO: should be int32
|
|
151
|
+
quality: QualityID = "normal",
|
|
152
|
+
type: Optional[str] = None,
|
|
153
|
+
) -> None:
|
|
154
|
+
"""
|
|
155
|
+
Sets a particular signal in this constant combinator.
|
|
156
|
+
|
|
157
|
+
This function does all of the signal section management for you, acting
|
|
158
|
+
as if the constant combinator has one big, unnamed signal group rather
|
|
159
|
+
than multiple individual groups. This is useful if you just want to
|
|
160
|
+
treat the CC as a black box that outputs the given signals with the
|
|
161
|
+
given values for simple cases.
|
|
162
|
+
|
|
163
|
+
What signal section defined signals will reside in is determined by
|
|
164
|
+
their ``index // 1000``; so a signal set at index 999 will be in the
|
|
165
|
+
0th signal section, while a signal set at index 1000 will be in the
|
|
166
|
+
1st signal section, and so on.
|
|
167
|
+
|
|
168
|
+
In order to prevent collisions between identical signal types in the
|
|
169
|
+
same group, this method prohibits setting the same signal in at two
|
|
170
|
+
different indexes at the same time (following the concept of "one big
|
|
171
|
+
signal section"). If this is troublesome, users should instead use
|
|
172
|
+
:py:meth:`.add_section` and perform the grouping themselves manually.
|
|
173
|
+
|
|
174
|
+
:param index: The index of the signal in the GUI.
|
|
175
|
+
:param name: The name of the signal.
|
|
176
|
+
:param count: The amount of the item/the value to output.
|
|
177
|
+
:param quality: The quality of the signal.
|
|
178
|
+
:param type: The internal type of the signal.
|
|
179
|
+
"""
|
|
180
|
+
section_index = index // 1000
|
|
181
|
+
print(section_index)
|
|
182
|
+
print([section for section in self.sections if section.index == section_index])
|
|
183
|
+
# TODO: this might be slow
|
|
184
|
+
section = next(
|
|
185
|
+
# Try and an existing section with that particular index...
|
|
186
|
+
(section for section in self.sections if section.index == section_index),
|
|
187
|
+
None,
|
|
188
|
+
)
|
|
189
|
+
# ... or create a new one if it doesn't exist
|
|
190
|
+
if section is None:
|
|
191
|
+
section = self.add_section(index=section_index)
|
|
192
|
+
|
|
193
|
+
section.set_signal(
|
|
194
|
+
index=index % 1000, name=name, count=count, quality=quality, type=type
|
|
195
|
+
)
|
|
196
|
+
|
|
197
|
+
# =========================================================================
|
|
198
|
+
|
|
199
|
+
def get_signal(self, index: int) -> Optional[SignalFilter]:
|
|
200
|
+
"""
|
|
201
|
+
Gets a particular signal inside of this constant combinator.
|
|
202
|
+
|
|
203
|
+
:returns: A :py:class:`.SignalFilter` instance, or ``None`` if nothing
|
|
204
|
+
was found at that index.
|
|
205
|
+
"""
|
|
206
|
+
section_index = index // 1000
|
|
207
|
+
# TODO: this might be slow
|
|
208
|
+
section = next(
|
|
209
|
+
# Try and an existing section with that particular index
|
|
210
|
+
(section for section in self.sections if section.index == section_index),
|
|
211
|
+
None,
|
|
212
|
+
)
|
|
213
|
+
# If it doesn't exist, clearly there's no signal there
|
|
214
|
+
if section is None:
|
|
215
|
+
return None
|
|
216
|
+
|
|
217
|
+
return section.get_signal(index=index % 1000)
|
|
218
|
+
|
|
219
|
+
# =========================================================================
|
|
220
|
+
|
|
145
221
|
__hash__ = Entity.__hash__
|
|
146
222
|
|
|
147
223
|
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/prototypes/selector_combinator.py
RENAMED
|
@@ -418,7 +418,7 @@ draftsman_converters.add_hook_fns(
|
|
|
418
418
|
("control_behavior", "select_max"): fields.select_max.name,
|
|
419
419
|
("control_behavior", "index_constant"): fields.index_constant.name,
|
|
420
420
|
("control_behavior", "index_signal"): fields.index_signal.name,
|
|
421
|
-
("control_behavior", "
|
|
421
|
+
("control_behavior", "count_signal"): fields.count_signal.name,
|
|
422
422
|
(
|
|
423
423
|
"control_behavior",
|
|
424
424
|
"random_update_interval",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/deconstruction_planner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/circuit_condition.py
RENAMED
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/circuit_enable.py
RENAMED
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/circuit_read_hand.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/control_behavior.py
RENAMED
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/crafting_machine.py
RENAMED
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/directional.py
RENAMED
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/energy_source.py
RENAMED
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/equipment_grid.py
RENAMED
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/input_ingredients.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/logistic_condition.py
RENAMED
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/mode_of_operation.py
RENAMED
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/orientation.py
RENAMED
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/player_description.py
RENAMED
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/power_connectable.py
RENAMED
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/read_rail_signal.py
RENAMED
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/request_filters.py
RENAMED
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/mixins/stack_size.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/spatial_data_structure.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/classes/train_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{factorio_draftsman-3.2.0 → factorio_draftsman-3.3.0}/draftsman/factorio-data/base/data-updates.lua
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|