Combine Water Waling Boots and Lava Waders

Henry21

Terrarian
I'm trying to make a mod that combines a ton of accessories, including the terraspark boots, master ninja gear and arctic diving gear. I have the terrasparks, but I don't know how to copy the functionality of the others. any ideas? Code:

player.waterWalk = true;
player.fireWalk = true;
player.lavaMax += 480;

player.accRunSpeed = 6.75f;
player.rocketBoots = 3;
player.moveSpeed += 0.1f;
player.iceSkate = true;
 
I have no idea how to code that, but the title of the thread sounds misleading. I thought you wanted to combine water walking boots and lava vaders, which made me think like "why? lava vaders already include water walking boots functions (and the item itself too in the recipe)."
 
I have no idea how to code that, but the title of the thread sounds misleading. I thought you wanted to combine water walking boots and lava vaders, which made me think like "why? lava vaders already include water walking boots functions (and the item itself too in the recipe)."
dang, I ment arctic diving gear not water walking boots
 
Back
Top Bottom