Files
turnbasedgamedata/ExcelOutput/GridFightPlayerLevel.json
2025-11-04 23:57:04 +01:00

208 lines
3.7 KiB
JSON

[
{
"PlayerLevel": 1,
"LevelUpExp": 2,
"AvatarMaxNumber": 1,
"Rarity1Weight": 100,
"GeneralPropertyList": [
{
"PropertyType": "AttackDelta"
},
{
"PropertyType": "HPDelta"
}
]
},
{
"PlayerLevel": 2,
"LevelUpExp": 2,
"AvatarMaxNumber": 2,
"Rarity1Weight": 100,
"GeneralPropertyList": [
{
"PropertyType": "AttackDelta"
},
{
"PropertyType": "HPDelta"
}
]
},
{
"PlayerLevel": 3,
"LevelUpExp": 4,
"AvatarMaxNumber": 3,
"Rarity1Weight": 75,
"Rarity2Weight": 25,
"GeneralPropertyList": [
{
"PropertyType": "AttackDelta"
},
{
"PropertyType": "HPDelta"
}
]
},
{
"PlayerLevel": 4,
"LevelUpExp": 6,
"AvatarMaxNumber": 4,
"Rarity1Weight": 55,
"Rarity2Weight": 30,
"Rarity3Weight": 15,
"GeneralPropertyList": [
{
"PropertyType": "AttackDelta",
"Value": {
"Value": 100
}
},
{
"PropertyType": "HPDelta",
"Value": {
"Value": 200
}
}
]
},
{
"PlayerLevel": 5,
"LevelUpExp": 16,
"AvatarMaxNumber": 5,
"Rarity1Weight": 45,
"Rarity2Weight": 33,
"Rarity3Weight": 20,
"Rarity4Weight": 2,
"GeneralPropertyList": [
{
"PropertyType": "AttackDelta",
"Value": {
"Value": 200
}
},
{
"PropertyType": "HPDelta",
"Value": {
"Value": 400
}
}
]
},
{
"PlayerLevel": 6,
"LevelUpExp": 36,
"AvatarMaxNumber": 6,
"Rarity1Weight": 30,
"Rarity2Weight": 40,
"Rarity3Weight": 25,
"Rarity4Weight": 5,
"GeneralPropertyList": [
{
"PropertyType": "AttackDelta",
"Value": {
"Value": 300
}
},
{
"PropertyType": "HPDelta",
"Value": {
"Value": 600
}
}
]
},
{
"PlayerLevel": 7,
"LevelUpExp": 48,
"AvatarMaxNumber": 7,
"Rarity1Weight": 19,
"Rarity2Weight": 30,
"Rarity3Weight": 40,
"Rarity4Weight": 10,
"Rarity5Weight": 1,
"GeneralPropertyList": [
{
"PropertyType": "AttackDelta",
"Value": {
"Value": 450
}
},
{
"PropertyType": "HPDelta",
"Value": {
"Value": 900
}
}
]
},
{
"PlayerLevel": 8,
"LevelUpExp": 60,
"AvatarMaxNumber": 8,
"Rarity1Weight": 18,
"Rarity2Weight": 25,
"Rarity3Weight": 32,
"Rarity4Weight": 22,
"Rarity5Weight": 3,
"GeneralPropertyList": [
{
"PropertyType": "AttackDelta",
"Value": {
"Value": 600
}
},
{
"PropertyType": "HPDelta",
"Value": {
"Value": 1200
}
}
]
},
{
"PlayerLevel": 9,
"LevelUpExp": 72,
"AvatarMaxNumber": 9,
"Rarity1Weight": 15,
"Rarity2Weight": 20,
"Rarity3Weight": 25,
"Rarity4Weight": 30,
"Rarity5Weight": 10,
"GeneralPropertyList": [
{
"PropertyType": "AttackDelta",
"Value": {
"Value": 800
}
},
{
"PropertyType": "HPDelta",
"Value": {
"Value": 1600
}
}
]
},
{
"PlayerLevel": 10,
"AvatarMaxNumber": 10,
"Rarity1Weight": 5,
"Rarity2Weight": 10,
"Rarity3Weight": 20,
"Rarity4Weight": 40,
"Rarity5Weight": 25,
"GeneralPropertyList": [
{
"PropertyType": "AttackDelta",
"Value": {
"Value": 1000
}
},
{
"PropertyType": "HPDelta",
"Value": {
"Value": 2000
}
}
]
}
]