回溯
简介
类型:技能牌
稀有度:3
描述:将你的血量回归到刻录的时间节点,如果没有刻录,那就刻录一次。
原始数据
Id: 2
Rarity: 3
Expend: 1
Tag:
InitScript: Vars["BaseScript"]="CommonCardItem";
DrawScript:
UseScript: 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> item.Defend = GetStatus[item]["Defend"];<br> }<br> else<br> {<br> GetStatus[item] = new Dictionary<string, int><br> {<br> { "CurHp", item.CurHp },<br> { "MaxHp", item.MaxHp },<br> { "Defend", item.Defend }<br> };<br> }<br> };
DropScript:
Icon: Icon/icon experiment/1 (187)
Effects:
Action:
Note: 通用,生存
Name: 回溯
Type: 技能牌
Description: 将你的血量回归到刻录的时间节点,如果没有刻录,那就刻录一次。
Name_en: Retrospection
Type_en: Skill
Description_en: Return your health to the time when the card was engraved. If it has not been engraved, engrave it once.