Skip to content

Commit

Permalink
Add unknown property example
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Oct 11, 2024
1 parent d2ecd85 commit 7abcca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/open_prime_rando/echoes/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
{
"TweakPlayer": {
"collision.ball_radius": 0.5,
"dark_world.damage_per_second.di_damage": 1
"dark_world.damage_per_second.di_damage": 1,
"dark_world.unknown_0x19275a97": 0.5
}
}
]
Expand Down
3 changes: 2 additions & 1 deletion tests/test_files/echoes/door_lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3329,7 +3329,8 @@
},
"tweaks": {
"TweakPlayer": {
"dark_world.damage_per_second.di_damage": 1
"dark_world.damage_per_second.di_damage": 1,
"dark_world.unknown_0x19275a97": 0.5
}
}
}

0 comments on commit 7abcca5

Please sign in to comment.