Your mods are too nuts for my current playthrough (second, but first on 2.0/PL), but I've bookmarked them for my next run, as I wanna do a nutcase "run in and just OBLITERATE everyone" run next.
Also your commitment to the egg theme is just *chef's kiss*
Do I understand correctly that if I only need effects from the default Leeroy + double jump, then the file code should be like this?: Items.IconicJenkinsTendonsLegendary: OnEquip: - Items.IconicJenkinsTendonsLegendaryPlusPlus_inline0 - Items.AdvancedBoostedTendonsUncommon_inline0 Items.IconicJenkinsTendonsLegendaryPlusPlus_inline2: $type: gamedataConstantStatModifier_Record modifierType: AdditiveMultiplier statType: BaseStats.MaxSpeed value: 0.2 Items.IconicJenkinsTendonsLegendaryPlusPlus: statModifiers: [ !append-once IconicJenkinsTendonsLegendaryPlusPlus_inline2 ] Items.AdvancedBoostedTendonsUncommon_inline1: $type: gamedataConstantStatModifier_Record modifierType: Additive statType: BaseStats.HasDoubleJump value: 1 Items.AdvancedBoostedTendonsUncommon: statModifiers: [ !append-once AdvancedBoostedTendonsUncommon_inline1 ]
It works once you use the last version ov TweakXL, only thing missing is the tooltip in the item for the charge jump version, for example, you can see it on the double jump version that it says "Press Space to double jump", just as is in the image uploaded here, but it doesn't show to press space to charge jump on the charge jump version, it works though, you can charge jump.
8 comments
Also your commitment to the egg theme is just *chef's kiss*
is this mod compatible with game version 2.1 ?
is it necessary for the files to be in that "LeeroyLigament Ult. Edition" folder?
Items.IconicJenkinsTendonsLegendary:
OnEquip:
- Items.IconicJenkinsTendonsLegendaryPlusPlus_inline0
- Items.AdvancedBoostedTendonsUncommon_inline0
Items.IconicJenkinsTendonsLegendaryPlusPlus_inline2:
$type: gamedataConstantStatModifier_Record
modifierType: AdditiveMultiplier
statType: BaseStats.MaxSpeed
value: 0.2
Items.IconicJenkinsTendonsLegendaryPlusPlus:
statModifiers: [ !append-once IconicJenkinsTendonsLegendaryPlusPlus_inline2 ]
Items.AdvancedBoostedTendonsUncommon_inline1:
$type: gamedataConstantStatModifier_Record
modifierType: Additive
statType: BaseStats.HasDoubleJump
value: 1
Items.AdvancedBoostedTendonsUncommon:
statModifiers: [ !append-once AdvancedBoostedTendonsUncommon_inline1 ]
Edit: installed Tweak-XL and now it's working fine.
Thanks!
???