Code Cleanup, More Options and a Bugfix. (#158)

This commit is contained in:
Ceikry
2024-08-14 07:08:46 -05:00
committed by GitHub
parent f9fbf9e74c
commit a571805e9c
3 changed files with 225 additions and 78 deletions

View File

@@ -153,6 +153,14 @@ Transmogrification.TokenAmount = 1
# Description: Allow cloth items to be transmogrified with plate for example
# Default: 0
#
# Transmogrification.AllowLowerTiers
# Description: Allows using any armor tier the player can equip (i.e. Warrior plate->cloth | Mage cloth)
# Default: 0
#
# Transmogrification.AllowMixedOffhandArmorTypes
# Description: Allow shields, offhands (i.e. lamps), and bucklers to be used interchangeably
# Default: 0
#
# Transmogrification.AllowMixedWeaponTypes
# Description: Allow axe to be transmogrified with dagger for example
# Possible options:
@@ -208,6 +216,8 @@ Transmogrification.AllowHeirloom = 1
Transmogrification.AllowTradeable = 0
Transmogrification.AllowMixedArmorTypes = 0
Transmogrification.AllowLowerTiers = 0
Transmogrification.AllowMixedOffhandArmorTypes = 0
Transmogrification.AllowMixedWeaponTypes = 0
Transmogrification.AllowMixedWeaponHandedness = 0
Transmogrification.AllowFishingPoles = 0