五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

Limbus 反編譯成果extra

2023-03-02 06:40 作者:DANIEL4078  | 我要投稿

alwayswin:

StageController:

private void EndStage()

{

SingletonBehavior<BattleObjectManager>.Instance.OnStageEnd();

this.StageModel.SetStageResult(true, true, this._currentRound, this.SaveAddedUnlockedInformationData());

GlobalGameManager.Instance.SetStageClearState(this.StageModel.StageResult);

BattleSoundGenerator.StopBGM(true);

SingletonBehavior<BattleUIRoot>.Instance.OpenBattleEndTypo(this.StageModel.StageResult, this.StageModel.SkipStageResult(), this.StageModel.FormationInfo);

Singleton<DungeonSinStockManager>.Instance.OnStageEnd();

SingletonBehavior<BattleCamManager>.Instance.OnStageEnd();

}




HP, SP dungeon recover:

DungeonUnitModel:

public DungeonUnitModel(UnitDataModel_Player unit, int level, int hp, int mp)

{

this._unitModel = unit;

this._hp = hp+100;

this._mp = mp+50;

this._level = level;

this._egoGiftDetail = new EGOGiftDetail_Dungeon();

this._isGacksung = this.GacksungLevel == Singleton<StaticDataManager>.Instance.Common.PersonalityLevelTable.GetMaxGacksungLevelOfRank(unit.classInfo.Rank);

}


public void ResetData()

{

this._hp = this.GetMaxHp();

this._mp = 45;

}



Increase SP effect on coin flip:

Util:

public static float GetCoinProbAdder(int mp)

{

return (float)mp * 0.01f;

}


Player Start with 45 SP, else start with -45 SP:

BattleUnitModel:

public virtual void Init(UnitDataModel unitmodel, int instanceID)

{

this._instanceID = instanceID;

this._unitModel = unitmodel;

this._faction = unitmodel.Faction;

this._passiveDetail = new PassiveDetail(this, this._unitModel);

this._buffDetail = new BuffDetail(this);

this._EGOGiftDetail = new EGOGiftDetail_Battle();

this._systemAbilityDetail = new BattleSystemAbilityDetail();

this._actionSlotDetail = new ActionSlotDetail(this);

this._sortedActionList = new List<BattleActionModel>();

this._doneActionThisTurnList = new List<BattleActionModel>();

this._doneActionPrevTurnList = new List<BattleActionModel>();

this._activatedAbilityDic = new Dictionary<string, int>();

List<BreakSection> list = new List<BreakSection>();

if (!Singleton<StageController>.Instance.StageModel.BlockCreateBreakSectionWhenAddUnit(this))

{

BreakSectionInfo breakSection = this._unitModel.ClassInfo.BreakSection;

foreach (int num in ((breakSection != null) ? breakSection.SectionList : null))

{

int num2 = this._unitModel.GetMaxHp() * num / 100;

BreakSection breakSection2 = new BreakSection(this, num2);

list.Add(breakSection2);

}

}

this._resistDetail = new ResistDetail(unitmodel.ClassInfo.ResistInfo);

this._state = new CharacterState(false, false, false, false, false, false, false, false, unitmodel.GetMaxHp(), list);

if (this._faction.Equals(UNIT_FACTION.PLAYER))

{

this._state.Init(this);

this._state.RecoverMp(45);

}

else

{

this._state.RecoverMp(-45);

}

this._originID = this._unitModel.ClassInfo.ID;

this.CreateSlotWeightConditions();

}


mirrordungeonpalwayspickup3fromall:

MirrorDungeonAcquireCharacterPanel

OpenAsServerData:

public void OpenAsServerData(MirrorDungeonEncounterRewardEventInfo reward)

{

this._afterSelectedPanel.SetIsStartingDungeon(false);

this._afterSelectedPanel.SetCloseEvent(delegate

{

base.StartCoroutine(this.AlphaFadeOut(delegate

{

(SingletonBehavior<DungeonManager>.Instance as MirrorDungeonManager).StageReward.SetAcquireCharacterDone();

}));

});

int num = 12;

int num2 = 3;

List<int> list = reward.pool;

if (num > list.Count)

{

num = list.Count;

}

if (num2 > num)

{

num2 = num;

}

list = list.GetRange(0, num);

this.SetDataOpen(list, num2, Singleton<UserDataManager>.Instance.MirrorDungeonSaveData.GetEquiptableEgoCount());

}


Limbus 反編譯成果extra的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
民勤县| 手游| 司法| 衢州市| 兴仁县| 仁化县| 陈巴尔虎旗| 百色市| 六枝特区| 龙岩市| 新竹县| 长春市| 黎城县| 红桥区| 元朗区| 瓦房店市| 青岛市| 石景山区| 方正县| 遂昌县| 双流县| 石棉县| 十堰市| 闽清县| 娄底市| 阳曲县| 巨鹿县| 名山县| 宝鸡市| 高唐县| 潮安县| 南汇区| 怀远县| 宜兰县| 高邑县| 遂溪县| 福泉市| 蕉岭县| 达尔| 句容市| 临城县|