Skip to content

Commit

Permalink
fix power jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Apr 28, 2024
1 parent 84b23b0 commit d765361
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
13 changes: 2 additions & 11 deletions Common/src/main/resources/data/icarae_origin/powers/flimsy.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,10 @@
"type": "origins:or",
"conditions": [
{
"condition": {
"type": "origins:on_fire"
}
"type": "origins:on_fire"
},
{
"condition": {
"type": "icarae_origin:wet"
}
},
{
"condition": {
"type": "origins:in_thunderstorm"
}
"type": "icarae_origin:wet"
}
]
}
Expand Down
16 changes: 6 additions & 10 deletions Common/src/main/resources/data/icarae_origin/powers/icarus.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@
"type": "origins:and",
"conditions": [
{
"condition": {
"type": "origins:fall_flying"
}
"type": "origins:fall_flying"
},
{
"condition": {
"type": "origins:block_collision",
"block_condition": {
"type": "origins:height",
"comparison": ">",
"compare_to": 288
}
"type": "origins:block_collision",
"block_condition": {
"type": "origins:height",
"comparison": ">",
"compare_to": 288
}
}
]
Expand Down

0 comments on commit d765361

Please sign in to comment.