Skip to content

Commit

Permalink
Added new oval-style shape rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
GTD-Carthage committed Jun 26, 2024
1 parent 845abb0 commit 3b2e337
Showing 1 changed file with 62 additions and 2 deletions.
64 changes: 62 additions & 2 deletions scripts/shapes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5594,16 +5594,76 @@ GROW_LIQUID_OVAL_SPLIT_SOLID_PILLAR =
"........","~~%11/~~",
"........","~~~11~~~",
"xxx..xxx","xxx11xxx",
"xxx..xxx","xxx11xxx",
"xxx..xxx","xxx11xxx"
},

diagonals =
{
"~1","1~",
"~1","1.",".1","1~",
"~1","1.",".1","1~",
"~1","1~",
"~1","1~"
}
},

GROW_OVAL_SPLIT_NEW_AREA =
{
prob = 20,
skip_prob = 85,

structure =
{
"xx11xx","xx11xx",
"xx..xx","xx11xx",
"x....x","x/1/%x",
"......","/1/%A%",
"......","11..AA",
"......","11..AA",
"......","%1%/A/",
"x....x","x%1%/x",
"xx..xx","xx11xx",
"xx..xx","xx11xx"
},

diagonals =
{
".1",".A","A.",
".1","1.",".A","A.",
".1","1.",".A","A.",
".1","1.","A."
}
},

GROW_OVAL_SPLIT_NEW_AREA_BIG =
{
prob = 25,
skip_prob = 80,

structure =
{
"xxx11xxx","xxx11xxx",
"xxx..xxx","xxx11xxx",
"xx....xx","xx/1/%xx",
"x......x","x/1/%A%x",
"........","/11..AA%",
"........","111..AAA",
"........","111..AAA",
"........","%11..AA/",
"x......x","x%1%/A/x",
"xx....xx","xx%1%/xx",
"xxx..xxx","xxx11xxx",
"xxx..xxx","xxx11xxx"
},

diagonals =
{
".1",".A","A.",
".1","1.",".A","A.",
"1.",".A",
"1.",".A",
".1","1.",".A","A.",
".1","1.","A."
}
},

-- MSSP's ramps and all sorts of stuff. [RAMPS]
Expand Down

0 comments on commit 3b2e337

Please sign in to comment.