Translations:Difficulty scaling/53/en

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search

if (scaleWeapon(weapon_name, &weapon_to_use, &modifier_to_use)) {

   actor->setProperty("SharpWeaponJudgeType", modifier_to_use);
   *actor_to_use = weapon_to_use;
   return true;
 }
 return false;  // cannot scale up

} </source>