#Data.ItemsetGetRandomIntData

Data.ItemsetGetRandomIntData(ItemsetIndex, DataPos)

函数功能

在itemset.txt中,有很多数值会定义一个上限和一个下限,比如道具的攻击,这个函数的功能就是获取这类值的偏差值

参数说明

  • ItemsetIndex: 数值型 道具文件的索引ID。
  • DataPos: 数值型 道具的相关常量。

返回值

返回相应的值。

参考实例

local attack = Data.ItemsetGetData(itemsetIndex, %道具_攻击%);
local attackdiff = Data.ItemsetGetRandomIntData(itemsetIndex, %道具_攻击%);
print("道具的攻击力基础值为"..attack..",随机偏差值为"..attackdiff.."。");

results matching ""

    No results matching ""