Defense turrets: Horn Pit (MRP) and Ad Tower (Stream), AI builds them

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
type-two 2026-07-20 16:51:19 +10:00
parent 7a02ca19fd
commit a870c4a2a6
12 changed files with 69 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 852 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 KiB

View File

@ -71,3 +71,9 @@ actor-drmwalker =
.name = DRM Enforcer
bot-wax-ai =
.name = Wax AI
## defenses
actor-hornpit =
.name = Horn Pit
actor-adblocker =
.name = Ad Tower

View File

@ -27,6 +27,7 @@ player:
VehiclesFactoryTypes: garage, printfarm
ProductionTypes: merchtable, podfarm, garage, printfarm
SiloTypes: vault
DefenseTypes: hornpit, adblocker
BuildingLimits:
pressplant: 3
transcoder: 3
@ -37,6 +38,8 @@ player:
mastering: 1
BuildingFractions:
pressplant: 30
hornpit: 8
adblocker: 8
transcoder: 30
merchtable: 1
podfarm: 1

View File

@ -107,3 +107,51 @@ mastering:
HP: 60000
Power:
Amount: -40
hornpit:
Inherits: ^EconBuilding
Inherits@shape: ^Buildable1x1
Buildable:
Queue: Building
BuildPaletteOrder: 70
Prerequisites: merchtable
Valued:
Cost: 500
Tooltip:
Name: actor-hornpit.name
Health:
HP: 40000
Armor:
Type: Heavy
Armament:
Weapon: seven_inch
AttackOmni:
AutoTarget:
AutoTargetPriority@DEFAULT:
ValidTargets: GroundActor
Power:
Amount: -15
adblocker:
Inherits: ^EconBuilding
Inherits@shape: ^Buildable1x1
Buildable:
Queue: Building
BuildPaletteOrder: 71
Prerequisites: podfarm
Valued:
Cost: 500
Tooltip:
Name: actor-adblocker.name
Health:
HP: 35000
Armor:
Type: Heavy
Armament:
Weapon: ping
AttackOmni:
AutoTarget:
AutoTargetPriority@DEFAULT:
ValidTargets: GroundActor
Power:
Amount: -15

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -164,3 +164,15 @@ explosion:
bigboom:
Filename: sequences/assets/bigboom.png
Length: 12
hornpit:
idle:
Filename: sequences/assets/hornpit.png
icon:
Filename: sequences/assets/icon_hornpit.png
adblocker:
idle:
Filename: sequences/assets/adblocker.png
icon:
Filename: sequences/assets/icon_adblocker.png