Skip to content

Commit

Permalink
MortalKombatII-Genesis: Added VeryHard difficulty states for LiuKang
Browse files Browse the repository at this point in the history
+ modified done function to end after one round
  • Loading branch information
MatPoliquin committed Jul 17, 2024
1 parent ea5ce51 commit 238688a
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 4 additions & 9 deletions retro/data/stable/MortalKombatII-Genesis/scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@
],
"done": {
"variables": {
"enemy_rounds_won": {
"op": "equal",
"reference": 2
"enemy_health": {
"op": "equal"
},
"rounds_won": {
"op": "equal",
"reference": 2
"health": {
"op": "equal"
}
}
},
Expand All @@ -68,9 +66,6 @@
},
"health": {
"penalty": 1.0
},
"wins": {
"reward": 10.0
}
}
}
Expand Down

0 comments on commit 238688a

Please sign in to comment.