提交装备配置表

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-01-07 17:37:55 +08:00
parent 2a02dc2914
commit 7aef36352a
20 changed files with 24681 additions and 473 deletions

View File

@@ -0,0 +1,402 @@
[
{
"id": 1,
"exp": 1
},
{
"id": 2,
"exp": 2
},
{
"id": 3,
"exp": 3
},
{
"id": 4,
"exp": 4
},
{
"id": 5,
"exp": 5
},
{
"id": 6,
"exp": 6
},
{
"id": 7,
"exp": 7
},
{
"id": 8,
"exp": 8
},
{
"id": 9,
"exp": 9
},
{
"id": 10,
"exp": 10
},
{
"id": 11,
"exp": 11
},
{
"id": 12,
"exp": 12
},
{
"id": 13,
"exp": 13
},
{
"id": 14,
"exp": 14
},
{
"id": 15,
"exp": 15
},
{
"id": 16,
"exp": 16
},
{
"id": 17,
"exp": 17
},
{
"id": 18,
"exp": 18
},
{
"id": 19,
"exp": 19
},
{
"id": 20,
"exp": 20
},
{
"id": 21,
"exp": 21
},
{
"id": 22,
"exp": 22
},
{
"id": 23,
"exp": 23
},
{
"id": 24,
"exp": 24
},
{
"id": 25,
"exp": 25
},
{
"id": 26,
"exp": 26
},
{
"id": 27,
"exp": 27
},
{
"id": 28,
"exp": 28
},
{
"id": 29,
"exp": 29
},
{
"id": 30,
"exp": 30
},
{
"id": 31,
"exp": 31
},
{
"id": 32,
"exp": 32
},
{
"id": 33,
"exp": 33
},
{
"id": 34,
"exp": 34
},
{
"id": 35,
"exp": 35
},
{
"id": 36,
"exp": 36
},
{
"id": 37,
"exp": 37
},
{
"id": 38,
"exp": 38
},
{
"id": 39,
"exp": 39
},
{
"id": 40,
"exp": 40
},
{
"id": 41,
"exp": 41
},
{
"id": 42,
"exp": 42
},
{
"id": 43,
"exp": 43
},
{
"id": 44,
"exp": 44
},
{
"id": 45,
"exp": 45
},
{
"id": 46,
"exp": 46
},
{
"id": 47,
"exp": 47
},
{
"id": 48,
"exp": 48
},
{
"id": 49,
"exp": 49
},
{
"id": 50,
"exp": 50
},
{
"id": 51,
"exp": 51
},
{
"id": 52,
"exp": 52
},
{
"id": 53,
"exp": 53
},
{
"id": 54,
"exp": 54
},
{
"id": 55,
"exp": 55
},
{
"id": 56,
"exp": 56
},
{
"id": 57,
"exp": 57
},
{
"id": 58,
"exp": 58
},
{
"id": 59,
"exp": 59
},
{
"id": 60,
"exp": 60
},
{
"id": 61,
"exp": 61
},
{
"id": 62,
"exp": 62
},
{
"id": 63,
"exp": 63
},
{
"id": 64,
"exp": 64
},
{
"id": 65,
"exp": 65
},
{
"id": 66,
"exp": 66
},
{
"id": 67,
"exp": 67
},
{
"id": 68,
"exp": 68
},
{
"id": 69,
"exp": 69
},
{
"id": 70,
"exp": 70
},
{
"id": 71,
"exp": 71
},
{
"id": 72,
"exp": 72
},
{
"id": 73,
"exp": 73
},
{
"id": 74,
"exp": 74
},
{
"id": 75,
"exp": 75
},
{
"id": 76,
"exp": 76
},
{
"id": 77,
"exp": 77
},
{
"id": 78,
"exp": 78
},
{
"id": 79,
"exp": 79
},
{
"id": 80,
"exp": 80
},
{
"id": 81,
"exp": 81
},
{
"id": 82,
"exp": 82
},
{
"id": 83,
"exp": 83
},
{
"id": 84,
"exp": 84
},
{
"id": 85,
"exp": 85
},
{
"id": 86,
"exp": 86
},
{
"id": 87,
"exp": 87
},
{
"id": 88,
"exp": 88
},
{
"id": 89,
"exp": 89
},
{
"id": 90,
"exp": 90
},
{
"id": 91,
"exp": 91
},
{
"id": 92,
"exp": 92
},
{
"id": 93,
"exp": 93
},
{
"id": 94,
"exp": 94
},
{
"id": 95,
"exp": 95
},
{
"id": 96,
"exp": 96
},
{
"id": 97,
"exp": 97
},
{
"id": 98,
"exp": 98
},
{
"id": 99,
"exp": 99
},
{
"id": 100,
"exp": 100
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -807,6 +807,66 @@ export class TAttributeValue {
}
export namespace TB {
export class TbGRoleEquipLevel {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.exp === undefined) { throw new Error() }
this.exp = _json_.exp
}
/**
* 锻造的装备等级
*/
readonly id: number
/**
* 下一级所需经验
*/
readonly exp: number
resolve(tables:Tables)
{
}
}
}
export namespace TB {
export class TbGRoleEquipQuality {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.odds === undefined) { throw new Error() }
{ this.odds = []; for(let _ele of _json_.odds) { let _e; _e = _ele; this.odds.push(_e);}}
if (_json_.total === undefined) { throw new Error() }
this.total = _json_.total
}
/**
* 锻造品质等级
*/
readonly id: number
/**
* 品质出现的概率
*/
readonly odds: number[]
/**
* 总概率
*/
readonly total: number
resolve(tables:Tables)
{
}
}
}
export namespace TB {
export class TbGSysFuben {
@@ -1380,6 +1440,70 @@ export class TbGRoleEquip{
export class TbGRoleEquipLevel{
private _dataMap: Map<number, TB.TbGRoleEquipLevel>
private _dataList: TB.TbGRoleEquipLevel[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGRoleEquipLevel>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGRoleEquipLevel
_v = new TB.TbGRoleEquipLevel(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGRoleEquipLevel> { return this._dataMap; }
getDataList(): TB.TbGRoleEquipLevel[] { return this._dataList; }
get(key: number): TB.TbGRoleEquipLevel | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
export class TbGRoleEquipQuality{
private _dataMap: Map<number, TB.TbGRoleEquipQuality>
private _dataList: TB.TbGRoleEquipQuality[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGRoleEquipQuality>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGRoleEquipQuality
_v = new TB.TbGRoleEquipQuality(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGRoleEquipQuality> { return this._dataMap; }
getDataList(): TB.TbGRoleEquipQuality[] { return this._dataList; }
get(key: number): TB.TbGRoleEquipQuality | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
export class TbGSysFuben{
private _dataMap: Map<number, TB.TbGSysFuben>
private _dataList: TB.TbGSysFuben[]
@@ -1449,6 +1573,10 @@ export class Tables {
get TbBattleResource(): TbBattleResource { return this._TbBattleResource;}
private _TbGRoleEquip: TbGRoleEquip
get TbGRoleEquip(): TbGRoleEquip { return this._TbGRoleEquip;}
private _TbGRoleEquipLevel: TbGRoleEquipLevel
get TbGRoleEquipLevel(): TbGRoleEquipLevel { return this._TbGRoleEquipLevel;}
private _TbGRoleEquipQuality: TbGRoleEquipQuality
get TbGRoleEquipQuality(): TbGRoleEquipQuality { return this._TbGRoleEquipQuality;}
private _TbGSysFuben: TbGSysFuben
get TbGSysFuben(): TbGSysFuben { return this._TbGSysFuben;}
@@ -1470,6 +1598,8 @@ export class Tables {
this._TbGOnHookMap120001 = new TbGOnHookMap120001(loader('tbgonhookmap120001'))
this._TbBattleResource = new TbBattleResource(loader('tbbattleresource'))
this._TbGRoleEquip = new TbGRoleEquip(loader('tbgroleequip'))
this._TbGRoleEquipLevel = new TbGRoleEquipLevel(loader('tbgroleequiplevel'))
this._TbGRoleEquipQuality = new TbGRoleEquipQuality(loader('tbgroleequipquality'))
this._TbGSysFuben = new TbGSysFuben(loader('tbgsysfuben'))
this._TbGGlobal.resolve(this)
@@ -1489,6 +1619,8 @@ export class Tables {
this._TbGOnHookMap120001.resolve(this)
this._TbBattleResource.resolve(this)
this._TbGRoleEquip.resolve(this)
this._TbGRoleEquipLevel.resolve(this)
this._TbGRoleEquipQuality.resolve(this)
this._TbGSysFuben.resolve(this)
}
}