Skip to content

Commit

Permalink
fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
hexactinal committed Dec 6, 2023
1 parent ae7dae3 commit 688c14f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions assets/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"entities": [

],
"hasInventory": false
"hasInventory": false,
"properties": {}
},
{
"name": "pacer1",
Expand All @@ -17,7 +18,12 @@
"fire_sword"

],
"hasInventory": false
"hasInventory": false,
"properties": {
"Health": 30.0,
"Strength": 10.0,
"Defense": 5.0
}
},
{
"name": "pacer2",
Expand All @@ -26,6 +32,11 @@
"entities": [

],
"hasInventory": false
"hasInventory": false,
"properties": {
"Health": 30.0,
"Strength": 8.0,
"Defense": 4.0
}
}
]
2 changes: 1 addition & 1 deletion assets/third_floor_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"hasInventory": false,
"properties":{
"Health":1000.0,
"Health":1.0,
"Defense":24.0,
"Strength":36.0,
"Boss":1.0
Expand Down

0 comments on commit 688c14f

Please sign in to comment.