Specify interaction bounds relative to the mod tile size.
This commit is contained in:
@@ -63,7 +63,7 @@ construction_yard:
|
||||
-ConcretePrerequisites:
|
||||
WithBuildingBib:
|
||||
Selectable:
|
||||
Bounds: 96,64
|
||||
Bounds: 3072, 2048
|
||||
Health:
|
||||
HP: 30000
|
||||
HitShape:
|
||||
@@ -116,7 +116,7 @@ wind_trap:
|
||||
BuildDurationModifier: 100
|
||||
Description: Provides power for other structures.
|
||||
Selectable:
|
||||
Bounds: 64,64
|
||||
Bounds: 2048, 2048
|
||||
Valued:
|
||||
Cost: 225
|
||||
Tooltip:
|
||||
@@ -165,7 +165,7 @@ barracks:
|
||||
BuildDurationModifier: 100
|
||||
Description: Trains infantry.
|
||||
Selectable:
|
||||
Bounds: 64,64
|
||||
Bounds: 2048, 2048
|
||||
Valued:
|
||||
Cost: 225
|
||||
Tooltip:
|
||||
@@ -232,7 +232,7 @@ refinery:
|
||||
BuildDurationModifier: 100
|
||||
Description: Harvesters unload Spice here for processing.
|
||||
Selectable:
|
||||
Bounds: 96,64
|
||||
Bounds: 3072, 2048
|
||||
Valued:
|
||||
Cost: 1500
|
||||
Tooltip:
|
||||
@@ -301,7 +301,7 @@ silo:
|
||||
BuildDurationModifier: 100
|
||||
Description: Stores excess harvested Spice.
|
||||
Selectable:
|
||||
Bounds: 32,32
|
||||
Bounds: 1024, 1024
|
||||
Valued:
|
||||
Cost: 120
|
||||
Tooltip:
|
||||
@@ -356,7 +356,7 @@ light_factory:
|
||||
BuildDurationModifier: 100
|
||||
Description: Produces light vehicles.
|
||||
Selectable:
|
||||
Bounds: 96,64
|
||||
Bounds: 3072, 2048
|
||||
Valued:
|
||||
Cost: 500
|
||||
Tooltip:
|
||||
@@ -434,7 +434,7 @@ heavy_factory:
|
||||
BuildDurationModifier: 100
|
||||
Description: Produces heavy vehicles.
|
||||
Selectable:
|
||||
Bounds: 96,96
|
||||
Bounds: 3072, 3072
|
||||
Valued:
|
||||
Cost: 1000
|
||||
Tooltip:
|
||||
@@ -522,7 +522,7 @@ outpost:
|
||||
BuildDurationModifier: 100
|
||||
Description: Provides a radar map of the battlefield.\n Requires power to operate.
|
||||
Selectable:
|
||||
Bounds: 96,64
|
||||
Bounds: 3072, 2048
|
||||
Valued:
|
||||
Cost: 750
|
||||
Tooltip:
|
||||
@@ -579,7 +579,7 @@ starport:
|
||||
Footprint: xxx x=x =x=
|
||||
Dimensions: 3,3
|
||||
Selectable:
|
||||
Bounds: 96,96
|
||||
Bounds: 3072, 3072
|
||||
Health:
|
||||
HP: 35000
|
||||
HitShape:
|
||||
@@ -729,8 +729,8 @@ medium_gun_turret:
|
||||
RequiresBuildableArea:
|
||||
Adjacent: 4
|
||||
Selectable:
|
||||
Bounds: 32,32
|
||||
DecorationBounds: 32,40,0,-8
|
||||
Bounds: 1024, 1024
|
||||
DecorationBounds: 1024, 1280, 0, -256
|
||||
Health:
|
||||
HP: 27000
|
||||
Armor:
|
||||
@@ -773,8 +773,8 @@ large_gun_turret:
|
||||
RequiresBuildableArea:
|
||||
Adjacent: 4
|
||||
Selectable:
|
||||
Bounds: 32,32
|
||||
DecorationBounds: 32,40,0,-8
|
||||
Bounds: 1024, 1024
|
||||
DecorationBounds: 1024, 1280, 0, -256
|
||||
Health:
|
||||
HP: 30000
|
||||
Armor:
|
||||
@@ -828,7 +828,7 @@ repair_pad:
|
||||
RevealsShroud:
|
||||
Range: 3c768
|
||||
Selectable:
|
||||
Bounds: 96,96
|
||||
Bounds: 3072, 3072
|
||||
Reservable:
|
||||
RepairsUnits:
|
||||
Interval: 10
|
||||
@@ -863,7 +863,7 @@ high_tech_factory:
|
||||
BuildDurationModifier: 100
|
||||
Description: Unlocks advanced technology.
|
||||
Selectable:
|
||||
Bounds: 96,96
|
||||
Bounds: 3072, 3072
|
||||
Valued:
|
||||
Cost: 1150
|
||||
Tooltip:
|
||||
@@ -942,7 +942,7 @@ research_centre:
|
||||
BuildDurationModifier: 100
|
||||
Description: Unlocks advanced tanks.
|
||||
Selectable:
|
||||
Bounds: 96,96
|
||||
Bounds: 3072, 3072
|
||||
Valued:
|
||||
Cost: 1000
|
||||
Tooltip:
|
||||
@@ -994,7 +994,7 @@ palace:
|
||||
BuildDurationModifier: 100
|
||||
Description: Unlocks elite infantry and weapons.
|
||||
Selectable:
|
||||
Bounds: 96,96
|
||||
Bounds: 3072, 3072
|
||||
Valued:
|
||||
Cost: 1600
|
||||
Tooltip:
|
||||
|
||||
Reference in New Issue
Block a user