This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-17 00:05:44 +08:00
parent 68e0f81616
commit 8ad2313502
57 changed files with 12231 additions and 2286 deletions

View File

@@ -1,49 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg.TB;
import luban.*;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
public final class TbGRoleUpLevel extends AbstractBean {
public TbGRoleUpLevel(JsonObject _buf) {
grade = _buf.get("grade").getAsInt();
{ com.google.gson.JsonArray _json0_ = _buf.get("materials").getAsJsonArray(); int __n0 = _json0_.size(); materials = new cfg.TbGEntity.TResource[__n0]; int __index0=0; for(JsonElement __e0 : _json0_) { cfg.TbGEntity.TResource __v0; __v0 = cfg.TbGEntity.TResource.deserialize(__e0.getAsJsonObject()); materials[__index0++] = __v0; } }
}
public static TbGRoleUpLevel deserialize(JsonObject _buf) {
return new cfg.TB.TbGRoleUpLevel(_buf);
}
/**
* 宠物等级
*/
public final int grade;
/**
* 消耗的材料
*/
public final cfg.TbGEntity.TResource[] materials;
public static final int __ID__ = -877225318;
@Override
public int getTypeId() { return __ID__; }
@Override
public String toString() {
return "{ "
+ "(format_field_name __code_style field.name):" + grade + ","
+ "(format_field_name __code_style field.name):" + materials + ","
+ "}";
}
}

View File

@@ -0,0 +1,61 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg.TB;
import luban.*;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
public final class TbGSysDungeon extends AbstractBean {
public TbGSysDungeon(JsonObject _buf) {
id = _buf.get("id").getAsInt();
name = _buf.get("name").getAsString();
banner = _buf.get("banner").getAsString();
tigs = _buf.get("tigs").getAsString();
}
public static TbGSysDungeon deserialize(JsonObject _buf) {
return new cfg.TB.TbGSysDungeon(_buf);
}
/**
* id
*/
public final int id;
/**
* 副本名称
*/
public final String name;
/**
* 副本封面
*/
public final String banner;
/**
* 类标识
*/
public final String tigs;
public static final int __ID__ = 303165446;
@Override
public int getTypeId() { return __ID__; }
@Override
public String toString() {
return "{ "
+ "(format_field_name __code_style field.name):" + id + ","
+ "(format_field_name __code_style field.name):" + name + ","
+ "(format_field_name __code_style field.name):" + banner + ","
+ "(format_field_name __code_style field.name):" + tigs + ","
+ "}";
}
}

View File

@@ -14,14 +14,14 @@ import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
public final class TbGSysFuben extends AbstractBean {
public TbGSysFuben(JsonObject _buf) {
public final class TbGSysDungeon160001 extends AbstractBean {
public TbGSysDungeon160001(JsonObject _buf) {
id = _buf.get("id").getAsInt();
name = _buf.get("name").getAsString();
data = cfg.TbGEntity.TDungeon.deserialize(_buf.get("data").getAsJsonObject());
}
public static TbGSysFuben deserialize(JsonObject _buf) {
return new cfg.TB.TbGSysFuben(_buf);
public static TbGSysDungeon160001 deserialize(JsonObject _buf) {
return new cfg.TB.TbGSysDungeon160001(_buf);
}
/**
@@ -29,11 +29,11 @@ public final class TbGSysFuben extends AbstractBean {
*/
public final int id;
/**
* 副本名称
* 副本关卡
*/
public final String name;
public final cfg.TbGEntity.TDungeon data;
public static final int __ID__ = -239189592;
public static final int __ID__ = -319796436;
@Override
public int getTypeId() { return __ID__; }
@@ -42,7 +42,7 @@ public final class TbGSysFuben extends AbstractBean {
public String toString() {
return "{ "
+ "(format_field_name __code_style field.name):" + id + ","
+ "(format_field_name __code_style field.name):" + name + ","
+ "(format_field_name __code_style field.name):" + data + ","
+ "}";
}
}

View File

@@ -0,0 +1,49 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg.TB;
import luban.*;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
public final class TbGSysDungeon160002 extends AbstractBean {
public TbGSysDungeon160002(JsonObject _buf) {
id = _buf.get("id").getAsInt();
data = cfg.TbGEntity.TDungeon.deserialize(_buf.get("data").getAsJsonObject());
}
public static TbGSysDungeon160002 deserialize(JsonObject _buf) {
return new cfg.TB.TbGSysDungeon160002(_buf);
}
/**
* id
*/
public final int id;
/**
* 副本关卡
*/
public final cfg.TbGEntity.TDungeon data;
public static final int __ID__ = -319796435;
@Override
public int getTypeId() { return __ID__; }
@Override
public String toString() {
return "{ "
+ "(format_field_name __code_style field.name):" + id + ","
+ "(format_field_name __code_style field.name):" + data + ","
+ "}";
}
}

View File

@@ -33,8 +33,6 @@ public final class Tables
public cfg.TbGOnHookGlobal getTbGOnHookGlobal() { return _tbgonhookglobal; }
private final cfg.TbGResource _tbgresource;
public cfg.TbGResource getTbGResource() { return _tbgresource; }
private final cfg.TbGRoleUpLevel _tbgroleuplevel;
public cfg.TbGRoleUpLevel getTbGRoleUpLevel() { return _tbgroleuplevel; }
private final cfg.TbGRoleUpStar _tbgroleupstar;
public cfg.TbGRoleUpStar getTbGRoleUpStar() { return _tbgroleupstar; }
private final cfg.TbGRoleUpGrow _tbgroleupgrow;
@@ -61,8 +59,12 @@ public final class Tables
public cfg.TbGRoleEquipQuality getTbGRoleEquipQuality() { return _tbgroleequipquality; }
private final cfg.TbGRoleEquipType _tbgroleequiptype;
public cfg.TbGRoleEquipType getTbGRoleEquipType() { return _tbgroleequiptype; }
private final cfg.TbGSysFuben _tbgsysfuben;
public cfg.TbGSysFuben getTbGSysFuben() { return _tbgsysfuben; }
private final cfg.TbGSysDungeon _tbgsysdungeon;
public cfg.TbGSysDungeon getTbGSysDungeon() { return _tbgsysdungeon; }
private final cfg.TbGSysDungeon160001 _tbgsysdungeon160001;
public cfg.TbGSysDungeon160001 getTbGSysDungeon160001() { return _tbgsysdungeon160001; }
private final cfg.TbGSysDungeon160002 _tbgsysdungeon160002;
public cfg.TbGSysDungeon160002 getTbGSysDungeon160002() { return _tbgsysdungeon160002; }
public Tables(IJsonLoader loader) throws java.io.IOException {
_tbgglobal = new cfg.TbGGlobal(loader.load("tbgglobal"));
@@ -72,7 +74,6 @@ public final class Tables
_tbgmap = new cfg.TbGMap(loader.load("tbgmap"));
_tbgonhookglobal = new cfg.TbGOnHookGlobal(loader.load("tbgonhookglobal"));
_tbgresource = new cfg.TbGResource(loader.load("tbgresource"));
_tbgroleuplevel = new cfg.TbGRoleUpLevel(loader.load("tbgroleuplevel"));
_tbgroleupstar = new cfg.TbGRoleUpStar(loader.load("tbgroleupstar"));
_tbgroleupgrow = new cfg.TbGRoleUpGrow(loader.load("tbgroleupgrow"));
_tbsserverinfo = new cfg.TbSServerInfo(loader.load("tbsserverinfo"));
@@ -86,7 +87,9 @@ public final class Tables
_tbgroleequiplevel = new cfg.TbGRoleEquipLevel(loader.load("tbgroleequiplevel"));
_tbgroleequipquality = new cfg.TbGRoleEquipQuality(loader.load("tbgroleequipquality"));
_tbgroleequiptype = new cfg.TbGRoleEquipType(loader.load("tbgroleequiptype"));
_tbgsysfuben = new cfg.TbGSysFuben(loader.load("tbgsysfuben"));
_tbgsysdungeon = new cfg.TbGSysDungeon(loader.load("tbgsysdungeon"));
_tbgsysdungeon160001 = new cfg.TbGSysDungeon160001(loader.load("tbgsysdungeon160001"));
_tbgsysdungeon160002 = new cfg.TbGSysDungeon160002(loader.load("tbgsysdungeon160002"));
}
}

View File

@@ -0,0 +1,64 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg.TbGEntity;
import luban.*;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
/**
* 普通副本信息
*/
public final class TDungeon extends AbstractBean {
public TDungeon(JsonObject _buf) {
level = _buf.get("level").getAsInt();
boss = _buf.get("boss").getAsInt();
{ com.google.gson.JsonArray _json0_ = _buf.get("attributes").getAsJsonArray(); int __n0 = _json0_.size(); attributes = new cfg.TbGEntity.TAttributeValue[__n0]; int __index0=0; for(JsonElement __e0 : _json0_) { cfg.TbGEntity.TAttributeValue __v0; __v0 = cfg.TbGEntity.TAttributeValue.deserialize(__e0.getAsJsonObject()); attributes[__index0++] = __v0; } }
{ com.google.gson.JsonArray _json0_ = _buf.get("rewards").getAsJsonArray(); int __n0 = _json0_.size(); rewards = new cfg.TbGEntity.TResource[__n0]; int __index0=0; for(JsonElement __e0 : _json0_) { cfg.TbGEntity.TResource __v0; __v0 = cfg.TbGEntity.TResource.deserialize(__e0.getAsJsonObject()); rewards[__index0++] = __v0; } }
}
public static TDungeon deserialize(JsonObject _buf) {
return new cfg.TbGEntity.TDungeon(_buf);
}
/**
* 副本关卡
*/
public final int level;
/**
* BOSS ID
*/
public final int boss;
/**
* BOSS 属性
*/
public final cfg.TbGEntity.TAttributeValue[] attributes;
/**
* 关卡奖励
*/
public final cfg.TbGEntity.TResource[] rewards;
public static final int __ID__ = -191293256;
@Override
public int getTypeId() { return __ID__; }
@Override
public String toString() {
return "{ "
+ "(format_field_name __code_style field.name):" + level + ","
+ "(format_field_name __code_style field.name):" + boss + ","
+ "(format_field_name __code_style field.name):" + attributes + ","
+ "(format_field_name __code_style field.name):" + rewards + ","
+ "}";
}
}

View File

@@ -1,37 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg;
import luban.*;
import com.google.gson.JsonElement;
public final class TbGRoleUpLevel {
private final java.util.HashMap<Integer, cfg.TB.TbGRoleUpLevel> _dataMap;
private final java.util.ArrayList<cfg.TB.TbGRoleUpLevel> _dataList;
public TbGRoleUpLevel(JsonElement _buf) {
_dataMap = new java.util.HashMap<Integer, cfg.TB.TbGRoleUpLevel>();
_dataList = new java.util.ArrayList<cfg.TB.TbGRoleUpLevel>();
for (com.google.gson.JsonElement _e_ : _buf.getAsJsonArray()) {
cfg.TB.TbGRoleUpLevel _v;
_v = cfg.TB.TbGRoleUpLevel.deserialize(_e_.getAsJsonObject());
_dataList.add(_v);
_dataMap.put(_v.grade, _v);
}
}
public java.util.HashMap<Integer, cfg.TB.TbGRoleUpLevel> getDataMap() { return _dataMap; }
public java.util.ArrayList<cfg.TB.TbGRoleUpLevel> getDataList() { return _dataList; }
public cfg.TB.TbGRoleUpLevel get(int key) { return _dataMap.get(key); }
}

View File

@@ -0,0 +1,37 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg;
import luban.*;
import com.google.gson.JsonElement;
public final class TbGSysDungeon {
private final java.util.HashMap<Integer, cfg.TB.TbGSysDungeon> _dataMap;
private final java.util.ArrayList<cfg.TB.TbGSysDungeon> _dataList;
public TbGSysDungeon(JsonElement _buf) {
_dataMap = new java.util.HashMap<Integer, cfg.TB.TbGSysDungeon>();
_dataList = new java.util.ArrayList<cfg.TB.TbGSysDungeon>();
for (com.google.gson.JsonElement _e_ : _buf.getAsJsonArray()) {
cfg.TB.TbGSysDungeon _v;
_v = cfg.TB.TbGSysDungeon.deserialize(_e_.getAsJsonObject());
_dataList.add(_v);
_dataMap.put(_v.id, _v);
}
}
public java.util.HashMap<Integer, cfg.TB.TbGSysDungeon> getDataMap() { return _dataMap; }
public java.util.ArrayList<cfg.TB.TbGSysDungeon> getDataList() { return _dataList; }
public cfg.TB.TbGSysDungeon get(int key) { return _dataMap.get(key); }
}

View File

@@ -0,0 +1,37 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg;
import luban.*;
import com.google.gson.JsonElement;
public final class TbGSysDungeon160001 {
private final java.util.HashMap<Integer, cfg.TB.TbGSysDungeon160001> _dataMap;
private final java.util.ArrayList<cfg.TB.TbGSysDungeon160001> _dataList;
public TbGSysDungeon160001(JsonElement _buf) {
_dataMap = new java.util.HashMap<Integer, cfg.TB.TbGSysDungeon160001>();
_dataList = new java.util.ArrayList<cfg.TB.TbGSysDungeon160001>();
for (com.google.gson.JsonElement _e_ : _buf.getAsJsonArray()) {
cfg.TB.TbGSysDungeon160001 _v;
_v = cfg.TB.TbGSysDungeon160001.deserialize(_e_.getAsJsonObject());
_dataList.add(_v);
_dataMap.put(_v.id, _v);
}
}
public java.util.HashMap<Integer, cfg.TB.TbGSysDungeon160001> getDataMap() { return _dataMap; }
public java.util.ArrayList<cfg.TB.TbGSysDungeon160001> getDataList() { return _dataList; }
public cfg.TB.TbGSysDungeon160001 get(int key) { return _dataMap.get(key); }
}

View File

@@ -0,0 +1,37 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg;
import luban.*;
import com.google.gson.JsonElement;
public final class TbGSysDungeon160002 {
private final java.util.HashMap<Integer, cfg.TB.TbGSysDungeon160002> _dataMap;
private final java.util.ArrayList<cfg.TB.TbGSysDungeon160002> _dataList;
public TbGSysDungeon160002(JsonElement _buf) {
_dataMap = new java.util.HashMap<Integer, cfg.TB.TbGSysDungeon160002>();
_dataList = new java.util.ArrayList<cfg.TB.TbGSysDungeon160002>();
for (com.google.gson.JsonElement _e_ : _buf.getAsJsonArray()) {
cfg.TB.TbGSysDungeon160002 _v;
_v = cfg.TB.TbGSysDungeon160002.deserialize(_e_.getAsJsonObject());
_dataList.add(_v);
_dataMap.put(_v.id, _v);
}
}
public java.util.HashMap<Integer, cfg.TB.TbGSysDungeon160002> getDataMap() { return _dataMap; }
public java.util.ArrayList<cfg.TB.TbGSysDungeon160002> getDataList() { return _dataList; }
public cfg.TB.TbGSysDungeon160002 get(int key) { return _dataMap.get(key); }
}

View File

@@ -1,37 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg;
import luban.*;
import com.google.gson.JsonElement;
public final class TbGSysFuben {
private final java.util.HashMap<Integer, cfg.TB.TbGSysFuben> _dataMap;
private final java.util.ArrayList<cfg.TB.TbGSysFuben> _dataList;
public TbGSysFuben(JsonElement _buf) {
_dataMap = new java.util.HashMap<Integer, cfg.TB.TbGSysFuben>();
_dataList = new java.util.ArrayList<cfg.TB.TbGSysFuben>();
for (com.google.gson.JsonElement _e_ : _buf.getAsJsonArray()) {
cfg.TB.TbGSysFuben _v;
_v = cfg.TB.TbGSysFuben.deserialize(_e_.getAsJsonObject());
_dataList.add(_v);
_dataMap.put(_v.id, _v);
}
}
public java.util.HashMap<Integer, cfg.TB.TbGSysFuben> getDataMap() { return _dataMap; }
public java.util.ArrayList<cfg.TB.TbGSysFuben> getDataList() { return _dataList; }
public cfg.TB.TbGSysFuben get(int key) { return _dataMap.get(key); }
}

View File

@@ -4,7 +4,7 @@
"data": {
"level": 1,
"childLevel": 1,
"petLevel": 0,
"petLevel": 1,
"petSize": 1,
"oddsId": 1
}
@@ -14,7 +14,7 @@
"data": {
"level": 1,
"childLevel": 2,
"petLevel": 0,
"petLevel": 1,
"petSize": 2,
"oddsId": 1
}
@@ -24,7 +24,7 @@
"data": {
"level": 1,
"childLevel": 3,
"petLevel": 0,
"petLevel": 1,
"petSize": 3,
"oddsId": 1
}
@@ -34,7 +34,7 @@
"data": {
"level": 1,
"childLevel": 4,
"petLevel": 0,
"petLevel": 1,
"petSize": 4,
"oddsId": 1
}
@@ -44,7 +44,7 @@
"data": {
"level": 1,
"childLevel": 5,
"petLevel": 0,
"petLevel": 1,
"petSize": 5,
"oddsId": 1
}
@@ -54,7 +54,7 @@
"data": {
"level": 1,
"childLevel": 6,
"petLevel": 0,
"petLevel": 1,
"petSize": 6,
"oddsId": 1
}
@@ -64,7 +64,7 @@
"data": {
"level": 2,
"childLevel": 1,
"petLevel": 1,
"petLevel": 2,
"petSize": 1,
"oddsId": 1
}
@@ -74,7 +74,7 @@
"data": {
"level": 2,
"childLevel": 2,
"petLevel": 1,
"petLevel": 2,
"petSize": 2,
"oddsId": 1
}
@@ -84,7 +84,7 @@
"data": {
"level": 2,
"childLevel": 3,
"petLevel": 1,
"petLevel": 2,
"petSize": 3,
"oddsId": 1
}
@@ -94,7 +94,7 @@
"data": {
"level": 2,
"childLevel": 4,
"petLevel": 1,
"petLevel": 2,
"petSize": 4,
"oddsId": 1
}
@@ -104,7 +104,7 @@
"data": {
"level": 2,
"childLevel": 5,
"petLevel": 1,
"petLevel": 2,
"petSize": 5,
"oddsId": 1
}
@@ -114,7 +114,7 @@
"data": {
"level": 2,
"childLevel": 6,
"petLevel": 1,
"petLevel": 2,
"petSize": 6,
"oddsId": 1
}
@@ -124,7 +124,7 @@
"data": {
"level": 3,
"childLevel": 1,
"petLevel": 2,
"petLevel": 3,
"petSize": 1,
"oddsId": 1
}
@@ -134,7 +134,7 @@
"data": {
"level": 3,
"childLevel": 2,
"petLevel": 2,
"petLevel": 3,
"petSize": 2,
"oddsId": 1
}
@@ -144,7 +144,7 @@
"data": {
"level": 3,
"childLevel": 3,
"petLevel": 2,
"petLevel": 3,
"petSize": 3,
"oddsId": 1
}
@@ -154,7 +154,7 @@
"data": {
"level": 3,
"childLevel": 4,
"petLevel": 2,
"petLevel": 3,
"petSize": 4,
"oddsId": 1
}
@@ -164,7 +164,7 @@
"data": {
"level": 3,
"childLevel": 5,
"petLevel": 2,
"petLevel": 3,
"petSize": 5,
"oddsId": 1
}
@@ -174,7 +174,7 @@
"data": {
"level": 3,
"childLevel": 6,
"petLevel": 2,
"petLevel": 3,
"petSize": 6,
"oddsId": 1
}
@@ -184,7 +184,7 @@
"data": {
"level": 4,
"childLevel": 1,
"petLevel": 3,
"petLevel": 4,
"petSize": 1,
"oddsId": 1
}
@@ -194,7 +194,7 @@
"data": {
"level": 4,
"childLevel": 2,
"petLevel": 3,
"petLevel": 4,
"petSize": 2,
"oddsId": 1
}
@@ -204,7 +204,7 @@
"data": {
"level": 4,
"childLevel": 3,
"petLevel": 3,
"petLevel": 4,
"petSize": 3,
"oddsId": 1
}
@@ -214,7 +214,7 @@
"data": {
"level": 4,
"childLevel": 4,
"petLevel": 3,
"petLevel": 4,
"petSize": 4,
"oddsId": 1
}
@@ -224,7 +224,7 @@
"data": {
"level": 4,
"childLevel": 5,
"petLevel": 3,
"petLevel": 4,
"petSize": 5,
"oddsId": 1
}
@@ -234,7 +234,7 @@
"data": {
"level": 4,
"childLevel": 6,
"petLevel": 3,
"petLevel": 4,
"petSize": 6,
"oddsId": 1
}
@@ -244,7 +244,7 @@
"data": {
"level": 5,
"childLevel": 1,
"petLevel": 4,
"petLevel": 5,
"petSize": 1,
"oddsId": 1
}
@@ -254,7 +254,7 @@
"data": {
"level": 5,
"childLevel": 2,
"petLevel": 4,
"petLevel": 5,
"petSize": 2,
"oddsId": 1
}
@@ -264,7 +264,7 @@
"data": {
"level": 5,
"childLevel": 3,
"petLevel": 4,
"petLevel": 5,
"petSize": 3,
"oddsId": 1
}
@@ -274,7 +274,7 @@
"data": {
"level": 5,
"childLevel": 4,
"petLevel": 4,
"petLevel": 5,
"petSize": 4,
"oddsId": 1
}
@@ -284,7 +284,7 @@
"data": {
"level": 5,
"childLevel": 5,
"petLevel": 4,
"petLevel": 5,
"petSize": 5,
"oddsId": 1
}
@@ -294,7 +294,7 @@
"data": {
"level": 5,
"childLevel": 6,
"petLevel": 4,
"petLevel": 5,
"petSize": 6,
"oddsId": 1
}
@@ -304,7 +304,7 @@
"data": {
"level": 6,
"childLevel": 1,
"petLevel": 5,
"petLevel": 6,
"petSize": 1,
"oddsId": 1
}
@@ -314,7 +314,7 @@
"data": {
"level": 6,
"childLevel": 2,
"petLevel": 5,
"petLevel": 6,
"petSize": 2,
"oddsId": 1
}
@@ -324,7 +324,7 @@
"data": {
"level": 6,
"childLevel": 3,
"petLevel": 5,
"petLevel": 6,
"petSize": 3,
"oddsId": 1
}
@@ -334,7 +334,7 @@
"data": {
"level": 6,
"childLevel": 4,
"petLevel": 5,
"petLevel": 6,
"petSize": 4,
"oddsId": 1
}
@@ -344,7 +344,7 @@
"data": {
"level": 6,
"childLevel": 5,
"petLevel": 5,
"petLevel": 6,
"petSize": 5,
"oddsId": 1
}
@@ -354,7 +354,7 @@
"data": {
"level": 6,
"childLevel": 6,
"petLevel": 5,
"petLevel": 6,
"petSize": 6,
"oddsId": 1
}
@@ -364,7 +364,7 @@
"data": {
"level": 7,
"childLevel": 1,
"petLevel": 6,
"petLevel": 7,
"petSize": 1,
"oddsId": 1
}
@@ -374,7 +374,7 @@
"data": {
"level": 7,
"childLevel": 2,
"petLevel": 6,
"petLevel": 7,
"petSize": 2,
"oddsId": 1
}
@@ -384,7 +384,7 @@
"data": {
"level": 7,
"childLevel": 3,
"petLevel": 6,
"petLevel": 7,
"petSize": 3,
"oddsId": 1
}
@@ -394,7 +394,7 @@
"data": {
"level": 7,
"childLevel": 4,
"petLevel": 6,
"petLevel": 7,
"petSize": 4,
"oddsId": 1
}
@@ -404,7 +404,7 @@
"data": {
"level": 7,
"childLevel": 5,
"petLevel": 6,
"petLevel": 7,
"petSize": 5,
"oddsId": 1
}
@@ -414,7 +414,7 @@
"data": {
"level": 7,
"childLevel": 6,
"petLevel": 6,
"petLevel": 7,
"petSize": 6,
"oddsId": 1
}
@@ -424,7 +424,7 @@
"data": {
"level": 8,
"childLevel": 1,
"petLevel": 7,
"petLevel": 8,
"petSize": 1,
"oddsId": 1
}
@@ -434,7 +434,7 @@
"data": {
"level": 8,
"childLevel": 2,
"petLevel": 7,
"petLevel": 8,
"petSize": 2,
"oddsId": 1
}
@@ -444,7 +444,7 @@
"data": {
"level": 8,
"childLevel": 3,
"petLevel": 7,
"petLevel": 8,
"petSize": 3,
"oddsId": 1
}
@@ -454,7 +454,7 @@
"data": {
"level": 8,
"childLevel": 4,
"petLevel": 7,
"petLevel": 8,
"petSize": 4,
"oddsId": 1
}
@@ -464,7 +464,7 @@
"data": {
"level": 8,
"childLevel": 5,
"petLevel": 7,
"petLevel": 8,
"petSize": 5,
"oddsId": 1
}
@@ -474,7 +474,7 @@
"data": {
"level": 8,
"childLevel": 6,
"petLevel": 7,
"petLevel": 8,
"petSize": 6,
"oddsId": 1
}
@@ -484,7 +484,7 @@
"data": {
"level": 9,
"childLevel": 1,
"petLevel": 8,
"petLevel": 9,
"petSize": 1,
"oddsId": 1
}
@@ -494,7 +494,7 @@
"data": {
"level": 9,
"childLevel": 2,
"petLevel": 8,
"petLevel": 9,
"petSize": 2,
"oddsId": 1
}
@@ -504,7 +504,7 @@
"data": {
"level": 9,
"childLevel": 3,
"petLevel": 8,
"petLevel": 9,
"petSize": 3,
"oddsId": 1
}
@@ -514,7 +514,7 @@
"data": {
"level": 9,
"childLevel": 4,
"petLevel": 8,
"petLevel": 9,
"petSize": 4,
"oddsId": 1
}
@@ -524,7 +524,7 @@
"data": {
"level": 9,
"childLevel": 5,
"petLevel": 8,
"petLevel": 9,
"petSize": 5,
"oddsId": 1
}
@@ -534,7 +534,7 @@
"data": {
"level": 9,
"childLevel": 6,
"petLevel": 8,
"petLevel": 9,
"petSize": 6,
"oddsId": 1
}
@@ -544,7 +544,7 @@
"data": {
"level": 10,
"childLevel": 1,
"petLevel": 9,
"petLevel": 10,
"petSize": 1,
"oddsId": 1
}
@@ -554,7 +554,7 @@
"data": {
"level": 10,
"childLevel": 2,
"petLevel": 9,
"petLevel": 10,
"petSize": 2,
"oddsId": 1
}
@@ -564,7 +564,7 @@
"data": {
"level": 10,
"childLevel": 3,
"petLevel": 9,
"petLevel": 10,
"petSize": 3,
"oddsId": 1
}
@@ -574,7 +574,7 @@
"data": {
"level": 10,
"childLevel": 4,
"petLevel": 9,
"petLevel": 10,
"petSize": 4,
"oddsId": 1
}
@@ -584,7 +584,7 @@
"data": {
"level": 10,
"childLevel": 5,
"petLevel": 9,
"petLevel": 10,
"petSize": 5,
"oddsId": 1
}
@@ -594,7 +594,7 @@
"data": {
"level": 10,
"childLevel": 6,
"petLevel": 9,
"petLevel": 10,
"petSize": 6,
"oddsId": 1
}
@@ -604,7 +604,7 @@
"data": {
"level": 11,
"childLevel": 1,
"petLevel": 10,
"petLevel": 11,
"petSize": 1,
"oddsId": 1
}
@@ -614,7 +614,7 @@
"data": {
"level": 11,
"childLevel": 2,
"petLevel": 10,
"petLevel": 11,
"petSize": 2,
"oddsId": 1
}
@@ -624,7 +624,7 @@
"data": {
"level": 11,
"childLevel": 3,
"petLevel": 10,
"petLevel": 11,
"petSize": 3,
"oddsId": 1
}
@@ -634,7 +634,7 @@
"data": {
"level": 11,
"childLevel": 4,
"petLevel": 10,
"petLevel": 11,
"petSize": 4,
"oddsId": 1
}
@@ -644,7 +644,7 @@
"data": {
"level": 11,
"childLevel": 5,
"petLevel": 10,
"petLevel": 11,
"petSize": 5,
"oddsId": 1
}
@@ -654,7 +654,7 @@
"data": {
"level": 11,
"childLevel": 6,
"petLevel": 10,
"petLevel": 11,
"petSize": 6,
"oddsId": 1
}
@@ -664,7 +664,7 @@
"data": {
"level": 12,
"childLevel": 1,
"petLevel": 11,
"petLevel": 12,
"petSize": 1,
"oddsId": 1
}
@@ -674,7 +674,7 @@
"data": {
"level": 12,
"childLevel": 2,
"petLevel": 11,
"petLevel": 12,
"petSize": 2,
"oddsId": 1
}
@@ -684,7 +684,7 @@
"data": {
"level": 12,
"childLevel": 3,
"petLevel": 11,
"petLevel": 12,
"petSize": 3,
"oddsId": 1
}
@@ -694,7 +694,7 @@
"data": {
"level": 12,
"childLevel": 4,
"petLevel": 11,
"petLevel": 12,
"petSize": 4,
"oddsId": 1
}
@@ -704,7 +704,7 @@
"data": {
"level": 12,
"childLevel": 5,
"petLevel": 11,
"petLevel": 12,
"petSize": 5,
"oddsId": 1
}
@@ -714,7 +714,7 @@
"data": {
"level": 12,
"childLevel": 6,
"petLevel": 11,
"petLevel": 12,
"petSize": 6,
"oddsId": 1
}
@@ -724,7 +724,7 @@
"data": {
"level": 13,
"childLevel": 1,
"petLevel": 12,
"petLevel": 13,
"petSize": 1,
"oddsId": 1
}
@@ -734,7 +734,7 @@
"data": {
"level": 13,
"childLevel": 2,
"petLevel": 12,
"petLevel": 13,
"petSize": 2,
"oddsId": 1
}
@@ -744,7 +744,7 @@
"data": {
"level": 13,
"childLevel": 3,
"petLevel": 12,
"petLevel": 13,
"petSize": 3,
"oddsId": 1
}
@@ -754,7 +754,7 @@
"data": {
"level": 13,
"childLevel": 4,
"petLevel": 12,
"petLevel": 13,
"petSize": 4,
"oddsId": 1
}
@@ -764,7 +764,7 @@
"data": {
"level": 13,
"childLevel": 5,
"petLevel": 12,
"petLevel": 13,
"petSize": 5,
"oddsId": 1
}
@@ -774,7 +774,7 @@
"data": {
"level": 13,
"childLevel": 6,
"petLevel": 12,
"petLevel": 13,
"petSize": 6,
"oddsId": 1
}
@@ -784,7 +784,7 @@
"data": {
"level": 14,
"childLevel": 1,
"petLevel": 13,
"petLevel": 14,
"petSize": 1,
"oddsId": 1
}
@@ -794,7 +794,7 @@
"data": {
"level": 14,
"childLevel": 2,
"petLevel": 13,
"petLevel": 14,
"petSize": 2,
"oddsId": 1
}
@@ -804,7 +804,7 @@
"data": {
"level": 14,
"childLevel": 3,
"petLevel": 13,
"petLevel": 14,
"petSize": 3,
"oddsId": 1
}
@@ -814,7 +814,7 @@
"data": {
"level": 14,
"childLevel": 4,
"petLevel": 13,
"petLevel": 14,
"petSize": 4,
"oddsId": 1
}
@@ -824,7 +824,7 @@
"data": {
"level": 14,
"childLevel": 5,
"petLevel": 13,
"petLevel": 14,
"petSize": 5,
"oddsId": 1
}
@@ -834,7 +834,7 @@
"data": {
"level": 14,
"childLevel": 6,
"petLevel": 13,
"petLevel": 14,
"petSize": 6,
"oddsId": 1
}
@@ -844,7 +844,7 @@
"data": {
"level": 15,
"childLevel": 1,
"petLevel": 14,
"petLevel": 15,
"petSize": 1,
"oddsId": 1
}
@@ -854,7 +854,7 @@
"data": {
"level": 15,
"childLevel": 2,
"petLevel": 14,
"petLevel": 15,
"petSize": 2,
"oddsId": 1
}
@@ -864,7 +864,7 @@
"data": {
"level": 15,
"childLevel": 3,
"petLevel": 14,
"petLevel": 15,
"petSize": 3,
"oddsId": 1
}
@@ -874,7 +874,7 @@
"data": {
"level": 15,
"childLevel": 4,
"petLevel": 14,
"petLevel": 15,
"petSize": 4,
"oddsId": 1
}
@@ -884,7 +884,7 @@
"data": {
"level": 15,
"childLevel": 5,
"petLevel": 14,
"petLevel": 15,
"petSize": 5,
"oddsId": 1
}
@@ -894,7 +894,7 @@
"data": {
"level": 15,
"childLevel": 6,
"petLevel": 14,
"petLevel": 15,
"petSize": 6,
"oddsId": 1
}
@@ -904,7 +904,7 @@
"data": {
"level": 16,
"childLevel": 1,
"petLevel": 15,
"petLevel": 16,
"petSize": 1,
"oddsId": 1
}
@@ -914,7 +914,7 @@
"data": {
"level": 16,
"childLevel": 2,
"petLevel": 15,
"petLevel": 16,
"petSize": 2,
"oddsId": 1
}
@@ -924,7 +924,7 @@
"data": {
"level": 16,
"childLevel": 3,
"petLevel": 15,
"petLevel": 16,
"petSize": 3,
"oddsId": 1
}
@@ -934,7 +934,7 @@
"data": {
"level": 16,
"childLevel": 4,
"petLevel": 15,
"petLevel": 16,
"petSize": 4,
"oddsId": 1
}
@@ -944,7 +944,7 @@
"data": {
"level": 16,
"childLevel": 5,
"petLevel": 15,
"petLevel": 16,
"petSize": 5,
"oddsId": 1
}
@@ -954,7 +954,7 @@
"data": {
"level": 16,
"childLevel": 6,
"petLevel": 15,
"petLevel": 16,
"petSize": 6,
"oddsId": 1
}
@@ -964,7 +964,7 @@
"data": {
"level": 17,
"childLevel": 1,
"petLevel": 16,
"petLevel": 17,
"petSize": 1,
"oddsId": 1
}

View File

@@ -1,902 +0,0 @@
[
{
"grade": 1,
"materials": [
{
"id": 90001,
"value": 100
}
]
},
{
"grade": 2,
"materials": [
{
"id": 90001,
"value": 400
}
]
},
{
"grade": 3,
"materials": [
{
"id": 90001,
"value": 900
}
]
},
{
"grade": 4,
"materials": [
{
"id": 90001,
"value": 1600
}
]
},
{
"grade": 5,
"materials": [
{
"id": 90001,
"value": 2500
}
]
},
{
"grade": 6,
"materials": [
{
"id": 90001,
"value": 3600
}
]
},
{
"grade": 7,
"materials": [
{
"id": 90001,
"value": 4900
}
]
},
{
"grade": 8,
"materials": [
{
"id": 90001,
"value": 6400
}
]
},
{
"grade": 9,
"materials": [
{
"id": 90001,
"value": 8100
}
]
},
{
"grade": 10,
"materials": [
{
"id": 90001,
"value": 10000
}
]
},
{
"grade": 11,
"materials": [
{
"id": 90001,
"value": 12100
}
]
},
{
"grade": 12,
"materials": [
{
"id": 90001,
"value": 14400
}
]
},
{
"grade": 13,
"materials": [
{
"id": 90001,
"value": 16900
}
]
},
{
"grade": 14,
"materials": [
{
"id": 90001,
"value": 19600
}
]
},
{
"grade": 15,
"materials": [
{
"id": 90001,
"value": 22500
}
]
},
{
"grade": 16,
"materials": [
{
"id": 90001,
"value": 25600
}
]
},
{
"grade": 17,
"materials": [
{
"id": 90001,
"value": 28900
}
]
},
{
"grade": 18,
"materials": [
{
"id": 90001,
"value": 32400
}
]
},
{
"grade": 19,
"materials": [
{
"id": 90001,
"value": 36100
}
]
},
{
"grade": 20,
"materials": [
{
"id": 90001,
"value": 40000
}
]
},
{
"grade": 21,
"materials": [
{
"id": 90001,
"value": 44100
}
]
},
{
"grade": 22,
"materials": [
{
"id": 90001,
"value": 48400
}
]
},
{
"grade": 23,
"materials": [
{
"id": 90001,
"value": 52900
}
]
},
{
"grade": 24,
"materials": [
{
"id": 90001,
"value": 57600
}
]
},
{
"grade": 25,
"materials": [
{
"id": 90001,
"value": 62500
}
]
},
{
"grade": 26,
"materials": [
{
"id": 90001,
"value": 67600
}
]
},
{
"grade": 27,
"materials": [
{
"id": 90001,
"value": 72900
}
]
},
{
"grade": 28,
"materials": [
{
"id": 90001,
"value": 78400
}
]
},
{
"grade": 29,
"materials": [
{
"id": 90001,
"value": 84100
}
]
},
{
"grade": 30,
"materials": [
{
"id": 90001,
"value": 90000
}
]
},
{
"grade": 31,
"materials": [
{
"id": 90001,
"value": 96100
}
]
},
{
"grade": 32,
"materials": [
{
"id": 90001,
"value": 102400
}
]
},
{
"grade": 33,
"materials": [
{
"id": 90001,
"value": 108900
}
]
},
{
"grade": 34,
"materials": [
{
"id": 90001,
"value": 115600
}
]
},
{
"grade": 35,
"materials": [
{
"id": 90001,
"value": 122500
}
]
},
{
"grade": 36,
"materials": [
{
"id": 90001,
"value": 129600
}
]
},
{
"grade": 37,
"materials": [
{
"id": 90001,
"value": 136900
}
]
},
{
"grade": 38,
"materials": [
{
"id": 90001,
"value": 144400
}
]
},
{
"grade": 39,
"materials": [
{
"id": 90001,
"value": 152100
}
]
},
{
"grade": 40,
"materials": [
{
"id": 90001,
"value": 160000
}
]
},
{
"grade": 41,
"materials": [
{
"id": 90001,
"value": 168100
}
]
},
{
"grade": 42,
"materials": [
{
"id": 90001,
"value": 176400
}
]
},
{
"grade": 43,
"materials": [
{
"id": 90001,
"value": 184900
}
]
},
{
"grade": 44,
"materials": [
{
"id": 90001,
"value": 193600
}
]
},
{
"grade": 45,
"materials": [
{
"id": 90001,
"value": 202500
}
]
},
{
"grade": 46,
"materials": [
{
"id": 90001,
"value": 211600
}
]
},
{
"grade": 47,
"materials": [
{
"id": 90001,
"value": 220900
}
]
},
{
"grade": 48,
"materials": [
{
"id": 90001,
"value": 230400
}
]
},
{
"grade": 49,
"materials": [
{
"id": 90001,
"value": 240100
}
]
},
{
"grade": 50,
"materials": [
{
"id": 90001,
"value": 250000
}
]
},
{
"grade": 51,
"materials": [
{
"id": 90001,
"value": 260100
}
]
},
{
"grade": 52,
"materials": [
{
"id": 90001,
"value": 270400
}
]
},
{
"grade": 53,
"materials": [
{
"id": 90001,
"value": 280900
}
]
},
{
"grade": 54,
"materials": [
{
"id": 90001,
"value": 291600
}
]
},
{
"grade": 55,
"materials": [
{
"id": 90001,
"value": 302500
}
]
},
{
"grade": 56,
"materials": [
{
"id": 90001,
"value": 313600
}
]
},
{
"grade": 57,
"materials": [
{
"id": 90001,
"value": 324900
}
]
},
{
"grade": 58,
"materials": [
{
"id": 90001,
"value": 336400
}
]
},
{
"grade": 59,
"materials": [
{
"id": 90001,
"value": 348100
}
]
},
{
"grade": 60,
"materials": [
{
"id": 90001,
"value": 360000
}
]
},
{
"grade": 61,
"materials": [
{
"id": 90001,
"value": 372100
}
]
},
{
"grade": 62,
"materials": [
{
"id": 90001,
"value": 384400
}
]
},
{
"grade": 63,
"materials": [
{
"id": 90001,
"value": 396900
}
]
},
{
"grade": 64,
"materials": [
{
"id": 90001,
"value": 409600
}
]
},
{
"grade": 65,
"materials": [
{
"id": 90001,
"value": 422500
}
]
},
{
"grade": 66,
"materials": [
{
"id": 90001,
"value": 435600
}
]
},
{
"grade": 67,
"materials": [
{
"id": 90001,
"value": 448900
}
]
},
{
"grade": 68,
"materials": [
{
"id": 90001,
"value": 462400
}
]
},
{
"grade": 69,
"materials": [
{
"id": 90001,
"value": 476100
}
]
},
{
"grade": 70,
"materials": [
{
"id": 90001,
"value": 490000
}
]
},
{
"grade": 71,
"materials": [
{
"id": 90001,
"value": 504100
}
]
},
{
"grade": 72,
"materials": [
{
"id": 90001,
"value": 518400
}
]
},
{
"grade": 73,
"materials": [
{
"id": 90001,
"value": 532900
}
]
},
{
"grade": 74,
"materials": [
{
"id": 90001,
"value": 547600
}
]
},
{
"grade": 75,
"materials": [
{
"id": 90001,
"value": 562500
}
]
},
{
"grade": 76,
"materials": [
{
"id": 90001,
"value": 577600
}
]
},
{
"grade": 77,
"materials": [
{
"id": 90001,
"value": 592900
}
]
},
{
"grade": 78,
"materials": [
{
"id": 90001,
"value": 608400
}
]
},
{
"grade": 79,
"materials": [
{
"id": 90001,
"value": 624100
}
]
},
{
"grade": 80,
"materials": [
{
"id": 90001,
"value": 640000
}
]
},
{
"grade": 81,
"materials": [
{
"id": 90001,
"value": 656100
}
]
},
{
"grade": 82,
"materials": [
{
"id": 90001,
"value": 672400
}
]
},
{
"grade": 83,
"materials": [
{
"id": 90001,
"value": 688900
}
]
},
{
"grade": 84,
"materials": [
{
"id": 90001,
"value": 705600
}
]
},
{
"grade": 85,
"materials": [
{
"id": 90001,
"value": 722500
}
]
},
{
"grade": 86,
"materials": [
{
"id": 90001,
"value": 739600
}
]
},
{
"grade": 87,
"materials": [
{
"id": 90001,
"value": 756900
}
]
},
{
"grade": 88,
"materials": [
{
"id": 90001,
"value": 774400
}
]
},
{
"grade": 89,
"materials": [
{
"id": 90001,
"value": 792100
}
]
},
{
"grade": 90,
"materials": [
{
"id": 90001,
"value": 810000
}
]
},
{
"grade": 91,
"materials": [
{
"id": 90001,
"value": 828100
}
]
},
{
"grade": 92,
"materials": [
{
"id": 90001,
"value": 846400
}
]
},
{
"grade": 93,
"materials": [
{
"id": 90001,
"value": 864900
}
]
},
{
"grade": 94,
"materials": [
{
"id": 90001,
"value": 883600
}
]
},
{
"grade": 95,
"materials": [
{
"id": 90001,
"value": 902500
}
]
},
{
"grade": 96,
"materials": [
{
"id": 90001,
"value": 921600
}
]
},
{
"grade": 97,
"materials": [
{
"id": 90001,
"value": 940900
}
]
},
{
"grade": 98,
"materials": [
{
"id": 90001,
"value": 960400
}
]
},
{
"grade": 99,
"materials": [
{
"id": 90001,
"value": 980100
}
]
},
{
"grade": 100,
"materials": [
{
"id": 90001,
"value": 1000000
}
]
}
]

View File

@@ -0,0 +1,14 @@
[
{
"id": 160001,
"name": "钻石副本",
"banner": "",
"tigs": "TbGSysDungeon160001"
},
{
"id": 160002,
"name": "锻造石副本",
"banner": "",
"tigs": "TbGSysDungeon160002"
}
]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +0,0 @@
[
{
"id": 160001,
"name": "钻石副本"
},
{
"id": 160002,
"name": "锻造石副本"
}
]