First check
Description
The SuperWeapon will be allowed to accumulate a given amount of times to use.
RechargeTime determines the time interval for recharging to use only one time. Another Time gap setting between two usages are seperate from RT.
超级武器将可以积累被要求的使用次数。
RT决定的是积累一次使用所需要的时间,而在如果有充足的充能的情况下使用两次超武之间的时间间隔是由另一个参数决定的
INI code
[SomeSuperWeapon]
SW.CumulativeTime=5 ;;;Specify the number of usage that can be accumulated 规定可以积累的使用次数
UsageGap=0.2 ;;;Specify the interval between two uses 规定两次使用之间的间隔
RechargeTime=4 ;;;Specify the time required for charging "once" 规定充能“一次”所需的时间
Text.LeftAmount= ;;;Specify the text on the super weapon icon to display the current remaining times 规定超武图标上的文本显示当前的剩余次数
Additional context
No response
First check
Description
The SuperWeapon will be allowed to accumulate a given amount of times to use.
RechargeTime determines the time interval for recharging to use only one time. Another Time gap setting between two usages are seperate from RT.
超级武器将可以积累被要求的使用次数。
RT决定的是积累一次使用所需要的时间,而在如果有充足的充能的情况下使用两次超武之间的时间间隔是由另一个参数决定的
INI code
Additional context
No response