Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Patches/Live_36/Raw_SQL/72_Increase_concrete_layer_health.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
USE [perpetuumsa]
GO

--------------------------------------------------
-- Increase HP of concrete layers (devrinol) to 50k effective HP
--
-- Devrinol plant rules represent concrete layer terrain tiles.
-- Base health set to 250 with damageScale set to 0.005
-- (250 / 0.005 = 50,000 effective HP) across all growing states
-- in Server/data/plantrules/devrinol.txt and devrinol_wild.txt.
--
-- Date modified: 2026-09-16
--------------------------------------------------

PRINT N'Increase concrete layer HP to 50k effective HP (devrinol.txt / devrinol_wild.txt: damageScale=0.005, health=250)';

GO
30 changes: 30 additions & 0 deletions Patches/Live_36/Server/data/plantrules/devrinol.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
index=n19
name=$devrinol
blockingHeight=40,0,0,0
fertility=n3
spreading=n0
killDistance=n0
slope=n40
growRate=n5
allowedAltitudeLow=n0
allowedAltitudeHigh=n8076
allowedWaterLevelLow=n-6
allowedWaterLevelHigh=n8076
onlyOnUnprotectedZone=n1
placesConcrete=n1
fruitingState=n-1
fruitDefinition=n-1
fruitAmount=n-1
maxAmount=n14630
damageScale=f0.005
health=N250,250,250,250
allowedTerrainTypes=N0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
playerSeeded=n1
state_0=40,1
action_0=N19
state_1=N1,2
action_1=N19
state_2=42,3
action_2=N19
state_3=N3
action_3=N19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,0
30 changes: 30 additions & 0 deletions Patches/Live_36/Server/data/plantrules/devrinol_wild.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
index=n19
name=$devrinol
blockingHeight=40,0,0,0
fertility=n5
spreading=n5
killDistance=n0
slope=n40
growRate=n5
allowedAltitudeLow=n0
allowedAltitudeHigh=n8076
allowedWaterLevelLow=n-6
allowedWaterLevelHigh=n8076
onlyOnUnprotectedZone=n1
placesConcrete=n1
fruitingState=n-1
fruitDefinition=n-1
fruitAmount=n-1
maxAmount=n14630
damageScale=f0.005
health=N250,250,250,250
allowedTerrainTypes=N0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
playerSeeded=n1
state_0=40,1
action_0=N19
state_1=N1,2
action_1=N19
state_2=42,3
action_2=N19
state_3=N3
action_3=N19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,0