Skip to content
Snippets Groups Projects
Commit 85c0e62e authored by Christopher Hesse's avatar Christopher Hesse Committed by Vicki Pfau
Browse files

data: adjust scenarios for steam games

parent 404e8215
No related branches found
No related tags found
No related merge requests found
Showing
with 17 additions and 107 deletions
{
"info": {
"bossHealth": {
"address": 16769892,
"type": ">u2"
},
"health": {
"address": 16764688,
"type": "|i1"
......@@ -12,10 +8,6 @@
"address": 16757024,
"type": "|u1"
},
"powerup": {
"address": 16764971,
"type": "|i1"
},
"score": {
"address": 16757026,
"type": ">d3"
......
{
"info": {
"gems_removed": {
"matches": {
"address": 16715869,
"type": "|u1"
},
"opponent_gems_removed": {
"address": 16716941,
"type": "|u1"
},
"opponent_wins": {
"address": 16712779,
"type": "|u1"
},
"rounds_lost": {
"address": 16715993,
"type": "|u1"
......@@ -19,10 +11,6 @@
"rounds_won": {
"address": 16712778,
"type": "|u1"
},
"time": {
"address": 16712774,
"type": ">i2"
}
}
}
......@@ -9,7 +9,7 @@
},
"reward": {
"variables": {
"gems_removed": {
"matches": {
"reward": 1.0
},
"rounds_won": {
......
{
"info": {
"gameover": {
"address": 16721509,
"type": "|i1"
},
"lives": {
"address": 16769105,
"type": "|u1"
......@@ -11,10 +7,6 @@
"score": {
"address": 16769106,
"type": ">u4"
},
"time": {
"address": 16769051,
"type": "|u1"
}
}
}
When you beat a level you get +2000 score due to how the game handles the score variable.
The gameover variable is the counter that appears only at gameover.
When you beat a level you briefly get +2000 score due to how the game handles the score variable.
Slightly incorrect done condition - ends 1 life early
{
"done": {
"condition": "all",
"nodes": {
"time": {
"variables": {
"gameover": {
"op": "equal",
"reference": 9
},
"score": {
"op": "zero"
}
}
}
},
"variables": {
"gameover": {
"op": "equal",
"reference": 25
"lives": {
"op": "zero"
}
}
},
"reward": {
"variables": {
"score": {
"penalty": 1.0,
"reward": 1.0
}
}
......
......@@ -14,11 +14,11 @@
"reward": {
"variables": {
"score": {
"reward": 1.0
"reward": 100.0
},
"stageScore": {
"penalty": 1.0,
"reward": 1.0
"penalty": 100.0,
"reward": 100.0
}
}
}
......
......@@ -7,10 +7,6 @@
"health": {
"address": 16749584,
"type": ">d2"
},
"food": {
"address": 37916,
"type": "|d1"
}
}
}
}
{
"done": {
"variables": {
"food": {
"op": "greater-or-equal",
"reference": 99
},
"health": {
"op": "zero"
}
......
{
"info": {
"characters_left": {
"address": 16754781,
"type": "|u1"
},
"characters_saved": {
"address": 16754789,
"type": "|u1"
},
"enemies_left": {
"address": 16753159,
"type": "|u1"
},
"gameover": {
"address": 16769318,
"address": 16753301,
"type": "|u1"
},
"continue_timer": {
"address": 16753338,
"type": "|i1"
},
"score": {
"address": 16754770,
"type": ">u4"
},
"time": {
"address": 16753156,
"type": "|u1"
}
}
}
{
"info": {
"health": {
"address": 16776830,
"type": "|u1"
},
"lives": {
"address": 16776828,
"type": "|i1"
......
......@@ -9,7 +9,7 @@
"reward": {
"variables": {
"score": {
"reward": 1.0
"reward": 0.1
}
}
}
......
......@@ -4,17 +4,13 @@
"address": 16763110,
"type": "|u1"
},
"lives": {
"address": 16763104,
"type": "|u1"
},
"level_score": {
"address": 16762684,
"type": ">u2"
},
"total_score": {
"address": 16762686,
"type": ">u2"
"lives": {
"address": 16763104,
"type": "|u1"
}
}
}
{
"info": {
"health": {
"address": 16769339,
"type": "|u1"
},
"lives": {
"address": 16769345,
"type": "|u1"
......
{
"info": {
"health": {
"address": 16760888,
"type": "|u1"
},
"level": {
"address": 16770429,
"type": "|u1"
},
"lives": {
"address": 16770424,
"type": "|i1"
......
......@@ -9,7 +9,7 @@
"reward": {
"variables": {
"score": {
"reward": 1.0
"reward": 10.0
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment