Defense turrets: Horn Pit (MRP) and Ad Tower (Stream), AI builds them
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
BIN
assets_src/renders/adblocker.png
Normal file
|
After Width: | Height: | Size: 760 KiB |
BIN
assets_src/renders/adblocker_raw.png
Normal file
|
After Width: | Height: | Size: 673 KiB |
BIN
assets_src/renders/hornpit.png
Normal file
|
After Width: | Height: | Size: 852 KiB |
BIN
assets_src/renders/hornpit_raw.png
Normal file
|
After Width: | Height: | Size: 736 KiB |
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
BIN
mods/vinylgod/sequences/assets/adblocker.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
mods/vinylgod/sequences/assets/hornpit.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
mods/vinylgod/sequences/assets/icon_adblocker.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
mods/vinylgod/sequences/assets/icon_hornpit.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
@ -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
|
||||
|
||||