-
Notifications
You must be signed in to change notification settings - Fork 0
/
prototype-types.json
189 lines (189 loc) · 8.37 KB
/
prototype-types.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"Prototype/Font": "font",
"Prototype/GodController": "god-controller",
"Prototype/GuiStyle": "gui-style",
"Prototype/MapGenPresets": "map-gen-presets",
"Prototype/MapSettings": "map-settings",
"Prototype/Sound": "sound",
"Prototype/Sprite": "sprite",
"Prototype/Tutorial": "tutorial",
"Prototype/UtilityConstants": "utility-constants",
"Prototype/UtilitySounds": "utility-sounds",
"Prototype/UtilitySprites": "utility-sprites",
"Prototype": "<abstract>",
"Prototype/Achievement": "achievement",
"Prototype/BuildEntityAchievement": "build-entity-achievement",
"Prototype/CombatRobotCountAchievement": "combat-robot-count",
"Prototype/ConstructWithRobotsAchievement": "construct-with-robots-achievement",
"Prototype/DeconstructWithRobotsAchievement": "deconstruct-with-robots-achievement",
"Prototype/DeliverByRobotsAchievement": "deliver-by-robots-achievement",
"Prototype/DontBuildEntityAchievement": "dont-build-entity-achievement",
"Prototype/DontCraftManuallyAchievement": "dont-craft-manually-achievement",
"Prototype/DontUseEntityInEnergyProductionAchievement": "dont-use-entity-in-energy-production-achievement",
"Prototype/FinishTheGameAchievement": "finish-the-game-achievement",
"Prototype/GroupAttackAchievement": "group-attack-achievement",
"Prototype/KillAchievement": "kill-achievement",
"Prototype/PlayerDamagedAchievement": "player-damaged-achievement",
"Prototype/ProduceAchievement": "produce-achievement",
"Prototype/ProducePerHourAchievement": "produce-per-hour-achievement",
"Prototype/ResearchAchievement": "research-achievement",
"Prototype/TrainPathAchievement": "train-path-achievement",
"Prototype/AmbientSound": "ambient-sound",
"Prototype/AmmoCategory": "ammo-category",
"Prototype/AutoplaceControl": "autoplace-control",
"Prototype/CustomInput": "custom-input",
"Prototype/DamageType": "damage-type",
"Prototype/Entity": "<abstract>",
"Prototype/Arrow": "arrow",
"Prototype/ArtilleryProjectile": "artillery-projectile",
"Prototype/Beam": "beam",
"Prototype/CharacterCorpse": "character-corpse",
"Prototype/Cliff": "cliff",
"Prototype/Corpse": "corpse",
"Prototype/RailRemnants": "rail-remnants",
"Prototype/DeconstructibleTileProxy": "deconstructible-tile-proxy",
"Prototype/EntityGhost": "entity-ghost",
"Prototype/EntityWithHealth": "<abstract>",
"Prototype/Accumulator": "accumulator",
"Prototype/ArtilleryTurret": "artillery-turret",
"Prototype/Beacon": "beacon",
"Prototype/Boiler": "boiler",
"Prototype/Character": "player",
"Prototype/Combinator": "<abstract>",
"Prototype/ArithmeticCombinator": "arithmetic-combinator",
"Prototype/DeciderCombinator": "decider-combinator",
"Prototype/ConstantCombinator": "constant-combinator",
"Prototype/Container": "container",
"Prototype/LogisticContainer": "logistic-container",
"Prototype/InfinityContainer": "infinity-container",
"Prototype/CraftingMachine": "<abstract>",
"Prototype/AssemblingMachine": "assembling-machine",
"Prototype/RocketSilo": "rocket-silo",
"Prototype/Furnace": "furnace",
"Prototype/ElectricEnergyInterface": "electric-energy-interface",
"Prototype/ElectricPole": "electric-pole",
"Prototype/EnemySpawner": "unit-spawner",
"Prototype/Fish": "fish",
"Prototype/FlyingRobot": "<abstract>",
"Prototype/CombatRobot": "combat-robot",
"Prototype/RobotWithLogisticInterface": "<abstract>",
"Prototype/ConstructionRobot": "construction-robot",
"Prototype/LogisticRobot": "logistic-robot",
"Prototype/Gate": "gate",
"Prototype/Generator": "generator",
"Prototype/HeatPipe": "heat-pipe",
"Prototype/Inserter": "inserter",
"Prototype/Lab": "lab",
"Prototype/Lamp": "lamp",
"Prototype/LandMine": "land-mine",
"Prototype/Market": "market",
"Prototype/MiningDrill": "mining-drill",
"Prototype/OffshorePump": "offshore-pump",
"Prototype/Pipe": "pipe",
"Prototype/PipeToGround": "pipe-to-ground",
"Prototype/PlayerPort": "player-port",
"Prototype/PowerSwitch": "power-switch",
"Prototype/ProgrammableSpeaker": "programmable-speaker",
"Prototype/Pump": "pump",
"Prototype/Radar": "radar",
"Prototype/Rail": "<abstract>",
"Prototype/CurvedRail": "curved-rail",
"Prototype/StraightRail": "straight-rail",
"Prototype/RailSignalBase": "<abstract>",
"Prototype/RailChainSignal": "rail-chain-signal",
"Prototype/RailSignal": "rail-signal",
"Prototype/Reactor": "reactor",
"Prototype/Roboport": "roboport",
"Prototype/SimpleEntity": "simple-entity",
"Prototype/SimpleEntityWithOwner": "simple-entity-with-owner",
"Prototype/SimpleEntityWithForce": "simple-entity-with-force",
"Prototype/SolarPanel": "solar-panel",
"Prototype/StorageTank": "storage-tank",
"Prototype/TrainStop": "train-stop",
"Prototype/TransportBeltConnectable": "<abstract>",
"Prototype/Loader": "loader",
"Prototype/Splitter": "splitter",
"Prototype/TransportBelt": "transport-belt",
"Prototype/UndergroundBelt": "underground-belt",
"Prototype/Tree": "tree",
"Prototype/Turret": "turret",
"Prototype/AmmoTurret": "ammo-turret",
"Prototype/ElectricTurret": "electric-turret",
"Prototype/FluidTurret": "fluid-turret",
"Prototype/Unit": "unit",
"Prototype/Vehicle": "<abstract>",
"Prototype/Car": "car",
"Prototype/RollingStock": "<abstract>",
"Prototype/ArtilleryWagon": "artillery-wagon",
"Prototype/CargoWagon": "cargo-wagon",
"Prototype/FluidWagon": "fluid-wagon",
"Prototype/Locomotive": "locomotive",
"Prototype/Wall": "wall",
"Prototype/Explosion": "explosion",
"Prototype/FlameThrowerExplosion": "flame-thrower-explosion",
"Prototype/FireFlame": "fire",
"Prototype/FluidStream": "stream",
"Prototype/FlyingText": "flying-text",
"Prototype/ItemEntity": "item-entity",
"Prototype/ItemRequestProxy": "item-request-proxy",
"Prototype/LegacyDecorative": "decorative",
"Prototype/Particle": "particle",
"Prototype/ArtilleryFlare": "artillery-flare",
"Prototype/LeafParticle": "leaf-particle",
"Prototype/ParticleSource": "particle-source",
"Prototype/Projectile": "projectile",
"Prototype/ResourceEntity": "resource",
"Prototype/RocketSiloRocket": "rocket-silo-rocket",
"Prototype/RocketSiloRocketShadow": "rocket-silo-rocket-shadow",
"Prototype/Smoke": "<abstract>",
"Prototype/SimpleSmoke": "smoke",
"Prototype/SmokeWithTrigger": "smoke-with-trigger",
"Prototype/Sticker": "sticker",
"Prototype/TileGhost": "tile-ghost",
"Prototype/Equipment": "<abstract>",
"Prototype/ActiveDefenseEquipment": "active-defense-equipment",
"Prototype/BatteryEquipment": "battery-equipment",
"Prototype/BeltImmunityEquipment": "belt-immunity-equipment",
"Prototype/EnergyShieldEquipment": "energy-shield-equipment",
"Prototype/GeneratorEquipment": "generator-equipment",
"Prototype/MovementBonusEquipment": "movement-bonus-equipment",
"Prototype/NightVisionEquipment": "night-vision-equipment",
"Prototype/RoboportEquipment": "roboport-equipment",
"Prototype/SolarPanelEquipment": "solar-panel-equipment",
"Prototype/EquipmentCategory": "equipment-category",
"Prototype/EquipmentGrid": "equipment-grid",
"Prototype/Fluid": "fluid",
"Prototype/FuelCategory": "fuel-category",
"Prototype/Item": "item",
"Prototype/AmmoItem": "ammo",
"Prototype/Capsule": "capsule",
"Prototype/Gun": "gun",
"Prototype/ItemWithEntityData": "item-with-entity-data",
"Prototype/ItemWithLabel": "item-with-label",
"Prototype/ItemWithInventory": "item-with-inventory",
"Prototype/BlueprintBook": "blueprint-book",
"Prototype/ItemWithTags": "item-with-tags",
"Prototype/SelectionTool": "selection-tool",
"Prototype/BlueprintItem": "blueprint",
"Prototype/DeconstructionItem": "deconstruction-item",
"Prototype/Module": "module",
"Prototype/RailPlanner": "rail-planner",
"Prototype/Tool": "tool",
"Prototype/Armor": "armor",
"Prototype/MiningTool": "mining-tool",
"Prototype/RepairTool": "repair-tool",
"Prototype/ItemGroup": "item-group",
"Prototype/ItemSubGroup": "item-subgroup",
"Prototype/ModuleCategory": "module-category",
"Prototype/NamedNoiseExpression": "noise-expression",
"Prototype/NoiseLayer": "noise-layer",
"Prototype/Decorative": "optimized-decorative",
"Prototype/RailCategory": "rail-category",
"Prototype/Recipe": "recipe",
"Prototype/RecipeCategory": "recipe-category",
"Prototype/ResourceCategory": "resource-category",
"Prototype/Technology": "technology",
"Prototype/Tile": "tile",
"Prototype/TrivialSmoke": "trivial-smoke",
"Prototype/VirtualSignal": "virtual-signal"
}