hi there. i figured out how you can see the names of the powers.
open the artifact on wowhead and lets say only select the first power. then klick on link and look in the simulationcraft tab. there is the string “73:0:0:0:0:1021:1” so 1021:1 means 1 power with the id 1021.
here is a list of powers and the ids
undercurrent: 1021 /run C_ArtifactUI.AddPower(1021)
bloodfishing: 1030 /run C_ArtifactUI.AddPower(1030)
koi: 1026 /run C_ArtifactUI.AddPower(1026)
baracuda: 1027 /run C_ArtifactUI.AddPower(1027)
stormray: 1025 /run C_ArtifactUI.AddPower(1025)
salmon: 1024 /run C_ArtifactUI.AddPower(1024)
better luck next time: 1028 /run C_ArtifactUI.AddPower(1028)
way of the flodder: 1033 /run C_ArtifactUI.AddPower(1033)
queen: 1022 /run C_ArtifactUI.AddPower(1022)
tension: 1029 /run C_ArtifactUI.AddPower(1029)
blessing: 1032 /run C_ArtifactUI.AddPower(1032)
mossgill: 1023 /run C_ArtifactUI.AddPower(1023)
to add a unequip/equip macro. if you dont want to unequip and equip your rod all the time, leave the upper right bagspace empty and press this macro:
/equip Underlight Angler
/run PickupInventoryItem(28)PutItemInBackpack()
then you unequip the angler, press it again and you have your angler equiped with all buffs active.
and make sure, that you dont hide your fishing equipment (visit the tauren npc in valdrakken Mahra Treebender). if you dont do that, your buffs will not work (no water walking and no underwater fish)