EQUIP_ENCYCLOPEDIA_REWARDS

EQUIP_ENCYCLOPEDIA_REWARDS_ACC
MONSTER_ENCYCLOPEDIA_REWARDS
MONSTER_ENCYCLOPEDIA_REWARDS_ACC
This commit is contained in:
Ino 2025-03-21 05:51:50 +09:00
parent 0134168fe5
commit 953b65611d
8 changed files with 2014 additions and 2 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -45,6 +45,9 @@ public class CollectionEquipmentCard : CollectionEMCardBase
OnClick_Card(); OnClick_Card();
CollectionEquipmentUI.Ins.Set_UI(); CollectionEquipmentUI.Ins.Set_UI();
MyValue.Get_ActorStatInfoorNull(eRole.PC); MyValue.Get_ActorStatInfoorNull(eRole.PC);
sdata.Add_MissionCount(ePurpose.EQUIP_ENCYCLOPEDIA_REWARDS);
sdata.Add_MissionCount(ePurpose.EQUIP_ENCYCLOPEDIA_REWARDS_ACC);
} }
} }
} }

View File

@ -35,6 +35,8 @@ public class CollectionEquipmentUI_Info : CollectionEM_InfoBase
{ {
sdata.Use_Item(lst[i].n_TargetValue, conditon); sdata.Use_Item(lst[i].n_TargetValue, conditon);
sdata.Add_CollectionLv(lst[i].n_TargetValue); sdata.Add_CollectionLv(lst[i].n_TargetValue);
sdata.Add_MissionCount(ePurpose.EQUIP_ENCYCLOPEDIA_REWARDS);
sdata.Add_MissionCount(ePurpose.EQUIP_ENCYCLOPEDIA_REWARDS_ACC);
} }
else else
break; break;

View File

@ -38,6 +38,9 @@ public class CollectionMonsterCard : CollectionEMCardBase
OnClick_Card(); OnClick_Card();
CollectionMonsterUI.Ins.Set_UI(); CollectionMonsterUI.Ins.Set_UI();
MyValue.Get_ActorStatInfoorNull(eRole.PC); MyValue.Get_ActorStatInfoorNull(eRole.PC);
sdata.Add_MissionCount(ePurpose.MONSTER_ENCYCLOPEDIA_REWARDS);
sdata.Add_MissionCount(ePurpose.MONSTER_ENCYCLOPEDIA_REWARDS_ACC);
} }
} }
} }

View File

@ -15,6 +15,8 @@ public class CollectionMonsterUI_Info : CollectionEM_InfoBase
{ {
sdata.Use_CollectionMobKill(lst[i].n_TargetValue, conditon); sdata.Use_CollectionMobKill(lst[i].n_TargetValue, conditon);
sdata.Add_CollectionLv(lst[i].n_TargetValue); sdata.Add_CollectionLv(lst[i].n_TargetValue);
sdata.Add_MissionCount(ePurpose.MONSTER_ENCYCLOPEDIA_REWARDS);
sdata.Add_MissionCount(ePurpose.MONSTER_ENCYCLOPEDIA_REWARDS_ACC);
} }
else else
break; break;