-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Magiclysm] Lot of different stuff (#62703)
* Some fixes * Move soulfire EoC to enchantment, same as all another ench * small tweaks and boosts of Earth Elemental attunement * small tweaks and boosts of Earth Elemental attunement * remove unnecessary parts in teravolt_explosion * Gaias chosen stuff * Grammar * add throwing knifes to knifeshot spell * replace holy sword and holy armor effect with different, conditional powered enchantments * no message * added comment to stormcaller spell * Added conditional lumination instead of flat * Apply suggestions from code review * Add a cool pocket for alchemist, to compensate its shitness * Added CONSTRUCTED SWORDS to kelvinist's swords
- Loading branch information
1 parent
cb64435
commit d4f3815
Showing
14 changed files
with
387 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"type": "enchantment", | ||
"id": "EARTH_ELEMENTAL", | ||
"condition": "ALWAYS", | ||
"values": [ | ||
{ "value": "ARMOR_CUT", "add": -15 }, | ||
{ "value": "STRENGTH", "add": 5 }, | ||
{ "value": "MAX_STAMINA", "multiply": 3 }, | ||
{ "value": "REGEN_STAMINA", "multiply": 3 } | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.