Elin:解析/信仰/zh-hant
Jump to navigation
Jump to search
This page does not contain information obtained through legitimate play, but rather through Elin's data analysis, debug mode, and internal file viewing. It may contain serious spoilers or information that may detract from the enjoyment of playing the game. please summarize the content in a way that is easy to understand for people who cannot read the code, rather than posting the code as it is. |
艾赫卡托爾流派魔法
艾赫卡托爾的信仰效果隨機化法力和耐力消耗的代碼如下:
if (a < 0 && BaseStats.CC.HasElement(1330, 1)) { a = -EClass.rnd(-a * 130 / 100 + 2);
也就是說,消耗法力或體力時,新的消耗量將是0到(1.3倍原消耗量+2)之間的隨機數。
例如,如果某個魔法的MP消耗量為40,則消耗量將隨機在0到54的範圍內。