Skip to content

Commit

Permalink
code changes for 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheart committed Jan 12, 2024
1 parent bdc17c8 commit f873e07
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions MementoMori.Ortega/Common/Enums/ClientErrorCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public enum ClientErrorCode
LevelLinkCannotOpenSlot,
LevelLinkNotSelectCharacter,
LevelLinkNotExistSelectableCharacter,
LevelLinkReachedMaxLevel,
TowerBattleDayChallengeLimit = 1500001,
TowerBattleCannotSelectCharacter,
BountyQuestAutoSelect = 1600001,
Expand Down
2 changes: 2 additions & 0 deletions MementoMori.Ortega/Share/Enums/Battle/Skill/PassiveTrigger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public enum PassiveTrigger
[Description("被連携ダメージ時")] ReceiveResonanceDamage,
[Description("被ダメージ量判定(自分の情報だけ参照)")] CheckReceiveDamageSelf = 41,
[Description("被ダメージ量判定")] CheckReceiveDamage,
[Description("被持続ダメージ量判定(P41)時パッシブトリガー")] NextCheckReceiveDamageSelf,
[Description("被ダメージ量判定")] NextCheckReceiveDamage,
[Description("被致命的ダメージ時回復")] RecoveryFromInstantDeathDamage = 52,
[Description("特殊ダメージ死亡(毒、共鳴など)")] SpecialDamageDead = 62
}
Expand Down
3 changes: 2 additions & 1 deletion MementoMori.Ortega/Share/Enums/ChatType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public enum ChatType
World,
Guild,
Private,
Friend
Friend,
Block
}
}
6 changes: 1 addition & 5 deletions MementoMori.Ortega/Share/Enums/LimitedEventType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ public enum LimitedEventType
[Description("属性の塔全開放")]
ElementTowerAllRelease,
[Description("シリアルコード入力")]
SerialCode,
[Description("レジェンドリーグアイコン報酬")]
LegendLeagueIconReward,
[Description("レジェンドリーグアイコン報酬ダイアログ表示切替")]
DialogGlobalPvpSpecialPlayerIconListViewControllerOld = 1000
SerialCode
}
}
4 changes: 3 additions & 1 deletion MementoMori.Ortega/Share/Enums/MaintenanceFunctionType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public enum MaintenanceFunctionType
[Description("アイテム消費-キャラ抽選宝箱")]
CharacterGachaBoxItem,
[Description("新規ユーザー")]
NewUser
NewUser,
[Description("チャット画面-ブロック")]
BlockInChatRoom = 33
}
}

0 comments on commit f873e07

Please sign in to comment.