第一因
简介
类型:正面
稀有度:5
描述:感知大于等于40时,第1回合记录你的状态,之后每回合回溯到对应状态并获得1层坚毅。
提示:万般因果加身,你成为世间第一因。
原始数据
Id: \*116
Weight: 5
OwnScript:
FightScript: if (PlayerInfo.Perceive<40)<br> {<br> return;<br> }AddEvent("StartRound",() => {SetStatus("Self");foreach (var item in Object)<br> {<br> if (GetStatus.ContainsKey(item))<br> {<br> item.CurHp = GetStatus[item]["CurHp"];<br> item.MaxHp = GetStatus[item]["MaxHp"];<br> }<br> else<br> {<br> GetStatus[item] = new Dictionary<string, int><br> {<br> { "CurHp", item.CurHp },<br> { "MaxHp", item.MaxHp },<br> };<br> }<br> AddBuff("buff\_impregnable","2","1");<br> };});
Icon: Icon/Blessing/主教
Type: 正面
Source: 技能
Rarity: 5
Note: 感知
Name: 第一因
Description: 感知大于等于40时,第1回合记录你的状态,之后每回合回溯到对应状态并获得1层坚毅。
Tips: 万般因果加身,你成为世间第一因。
Name_en: First Cause
Description_en: Record your status in the first round, then backtrack to the corresponding status each round and gain 1 layer of {buff\_impregnable}.
Tips_en: Bound by countless causes and effects, you have become the first cause of the world.