Skip to content

Commit

Permalink
Logic fixes for Gardens Stag and Bardoon's Tail benches. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
homothetyhk committed Jun 24, 2022
1 parent 1676e31 commit 242bb69
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BenchRando/BenchRando.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<RootNamespace>BenchRando</RootNamespace>
<AssemblyName>BenchRando</AssemblyName>
<TargetFramework>net472</TargetFramework>
<AssemblyVersion>0.9.1</AssemblyVersion>
<FileVersion>0.9.1</FileVersion>
<AssemblyVersion>0.9.2</AssemblyVersion>
<FileVersion>0.9.2</FileVersion>
<Deterministic>true</Deterministic>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<LangVersion>latest</LangVersion>
Expand Down
22 changes: 19 additions & 3 deletions BenchRando/Resources/benches.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,11 +1001,27 @@
"IsRandomizable": true,
"X": "NaN",
"Y": "NaN",
"Logic": "Fungus3_40[right1] | Bench-Gardens_Stag",
"Logic": "Bench-Gardens_Stag | Can_Stag + Queen's_Gardens_Stag | Fungus3_40[top1] | Fungus3_40[right1] + (RIGHTDASH | WINGS | RIGHTCLAW | LEFTCLAW + RIGHTSUPERDASH | ENEMYPOGOS | TERMINALSHADESKIPS | AIRSTALL + ROOMSOUL)",
"LogicOverrides": [
{
"name": "Fungus3_40[right1]",
"logic": "ORIG | Bench-Gardens_Stag"
},
{
"name": "Fungus3_40[top1]",
"logic": "ORIG | Bench-Gardens_Stag + (LEFTCLAW | RIGHTCLAW + LEFTSUPERDASH | WINGS | LEFTDASH)"
},
{
"name": "Queen's_Gardens_Stag",
"logic": "ORIG | Bench-Gardens_Stag"
},
{
"name": "Boss_Essence-Marmu",
"logic": "ORIG | Bench-Gardens_Stag + (LEFTCLAW | RIGHTCLAW + LEFTSUPERDASH | WINGS | LEFTDASH) + DREAMNAIL + COMBAT[Marmu]"
},
{
"name": "Soul_Totem-Below_Marmu",
"logic": "ORIG | Bench-Gardens_Stag + (LEFTCLAW | RIGHTCLAW + LEFTSUPERDASH | WINGS | LEFTDASH)"
}
],
"ExtraDeployers": [],
Expand Down Expand Up @@ -1695,7 +1711,7 @@
"IsRandomizable": true,
"X": 48.3,
"Y": 40.4,
"Logic": "Ruins1_30[right1]",
"Logic": "Ruins1_30[right1] | Bench-Inner_Sanctum",
"LogicOverrides": [
{
"name": "Ruins1_30[right1]",
Expand Down Expand Up @@ -1988,7 +2004,7 @@
"IsRandomizable": true,
"X": 24.2,
"Y": 80.4,
"Logic": "Deepnest_East_04[left1] + (LEFTCLAW | RIGHTCLAW + ENEMYPOGOS | WINGS)",
"Logic": "Bench-Bardoon's_Tail | Deepnest_East_04[left1] + (LEFTCLAW | RIGHTCLAW + WINGS | RIGHTCLAW + ENEMYPOGOS | WINGS + ENEMYPOGOS)",
"LogicOverrides": [
{
"name": "Deepnest_East_04[left1]",
Expand Down

0 comments on commit 242bb69

Please sign in to comment.