mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Implement emblem tempering
This commit is contained in:
@@ -13,6 +13,7 @@ public class CharGemAttrValueDef extends BaseDef {
|
||||
private int TypeId;
|
||||
private int AttrType;
|
||||
private int AttrTypeFirstSubtype;
|
||||
private int OverlockCount;
|
||||
private int Rarity;
|
||||
|
||||
@Override
|
||||
|
||||
@@ -10,6 +10,7 @@ public class CharGemDef extends BaseDef {
|
||||
private int Id;
|
||||
private int GenerateCostTid;
|
||||
private int RefreshCostTid;
|
||||
private int OverlockCostTid;
|
||||
private int Type;
|
||||
|
||||
@Override
|
||||
|
||||
@@ -21,6 +21,8 @@ public class CharGemSlotControlDef extends BaseDef {
|
||||
|
||||
private int GeneratenCostQty;
|
||||
private int RefreshCostQty;
|
||||
private int OverlockCostQty;
|
||||
private int OverlockDoraCostQty;
|
||||
|
||||
private int LockableNum;
|
||||
private int LockItemTid;
|
||||
|
||||
Reference in New Issue
Block a user