Skip to content

Commit

Permalink
Merge pull request EnigmaticaModpacks#753 from MuteTiefling/develop
Browse files Browse the repository at this point in the history
sky armor step height
  • Loading branch information
MuteTiefling authored Nov 3, 2023
2 parents 0971ea1 + 3d83abe commit 893524f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Expert] Nether Wart may now be used to make Ethanol more efficiently [\#751](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/751)
- [Expert] The Break Glyph no longer requires Iron, making it accessible closer to when a Tier 2 book is available [\#751](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/751)
- [Expert] Soul Powder quest has been updated to help clarify that it can be mined in the Twilight Forest too [\#751](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/751)
- [Expert] Skyseeker Shoes now grants a massive step height bonus [\#753](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/753)

### 🐛 Fixed Bugs

Expand Down
4 changes: 4 additions & 0 deletions kubejs/server_scripts/expert/player_events/armor_sets.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ const armor_sets = [
armor: ['naturesaura:sky_helmet', 'naturesaura:sky_chest', 'naturesaura:sky_pants', 'naturesaura:sky_shoes'],
effects: [{ potion: 'ars_nouveau:glide', amp: 0 }]
},
{
armor: [null, null, null, 'naturesaura:sky_shoes'],
effects: [{ potion: 'occultism:step_height', amp: 1 }]
},
{
armor: [
'naturesaura:depth_helmet',
Expand Down

0 comments on commit 893524f

Please sign in to comment.