Skip to content

Commit

Permalink
Update powers
Browse files Browse the repository at this point in the history
  • Loading branch information
latokike authored Sep 17, 2022
1 parent 3944b93 commit d5e2ced
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/data/latoorigins/powers/immortal.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"type": "origins:prevent_death",
"type": "origins:prevent_death"
}
4 changes: 3 additions & 1 deletion src/main/resources/data/latoorigins/powers/ship_eater.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"type": "origins:modify_player_spawn",
"dimension": "minecraft:overworld",
"structure": "minecraft:shipwreck"
"structure": "minecraft:shipwreck",
"dimension_distance_multiplier": 1,
"spawn_strategy": "center"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:change_resource",
"resource": "latoorigins:not_solid_sugar_time",
"resource": "latoorigins:speed_increase_sugar_time",
"change": -125
},
"interval": 1
Expand All @@ -37,7 +37,7 @@
"tick_rate": 1,
"condition": {
"type": "origins:resource",
"resource": "latoorigins:not_solid_sugar_time",
"resource": "latoorigins:speed_increase_sugar_time",
"comparison": ">",
"compare_to": 0
}
Expand Down Expand Up @@ -66,7 +66,7 @@
},
{
"type": "origins:change_resource",
"resource": "latoorigins:not_solid_sugar_time",
"resource": "latoorigins:speed_increase_sugar_time",
"change": 500
}
]
Expand Down Expand Up @@ -94,8 +94,9 @@
},
{
"type": "origins:resource",
"resource": "latoorigins:speed_increase_sugar_time",
"comparison": "<",
"compare_to": 2147483647
"compare_to": 2147483148
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"type": "origins:modify_player_spawn",
"dimension": "minecraft:overworld",
"structure": "minecraft:ocean_ruin"
"structure": "minecraft:ocean_ruin",
"dimension_distance_multiplier": 1,
"spawn_strategy": "center"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"type": "origins:modify_player_spawn",
"dimension": "minecraft:overworld",
"structure": "minecraft:village"
"structure": "minecraft:village_plains",
"dimension_distance_multiplier": 1,
"spawn_strategy": "center"
}

0 comments on commit d5e2ced

Please sign in to comment.