Hey Community,
I want to make a skill, whose damage is augmented, when another skill is learned by the user.
Something like this,
a.weapons.include?($data_weapons[1]) ? 1000 : 200
but I don't want to check if a weapon is equipped, but if a particular skill is learned.
Sincerely