- Joined
- Sep 6, 2018
- Messages
- 64
Will this work?
{
"DinoRewards": {
"Enabled": true,
"GiveUnclaimPoints": true,
"Dinos": [
{
"name":"Achatina",
"Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP.Achatina_Character_BP'",
"Award": [
{
"MinLevel": 1,
"MaxLevel": 25,
"Points": 10
},
{
"MinLevel": 26,
"MaxLevel": 50,
"Points": 20
},
{
"MinLevel": 51,
"MaxLevel": 75,
"Points": 30
},
{
"MinLevel": 76,
"MaxLevel": 100,
"Points": 40
},
{
"MinLevel": 101,
"MaxLevel": 125,
"Points": 50
},
{
"MinLevel": 126,
"MaxLevel": 150,
"Points": 60
},
{
"MinLevel": 151,
"MaxLevel": 300,
"Points": 70
},
{
"MinLevel": 301,
"MaxLevel": 600,
"Points": 80
},
{
"MinLevel": 601,
"MaxLevel": 900,
"Points": 90
},
{
"MinLevel": 901,
"MaxLevel": 1200,
"Points": 100
},
{
"MinLevel": 1201,
"MaxLevel": 1500,
"Points": 110
}
]
},
"Messages":{
"KilledDino":"You have killed a level { Level : { } } { name: { } } for { } points",
I am aware that "KillDino" and Level have not been declared as variables so far. Not sure how to do it exactly, or if it can even be done from the config.
Appreciate any and all help.
Thank you.
{
"DinoRewards": {
"Enabled": true,
"GiveUnclaimPoints": true,
"Dinos": [
{
"name":"Achatina",
"Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP.Achatina_Character_BP'",
"Award": [
{
"MinLevel": 1,
"MaxLevel": 25,
"Points": 10
},
{
"MinLevel": 26,
"MaxLevel": 50,
"Points": 20
},
{
"MinLevel": 51,
"MaxLevel": 75,
"Points": 30
},
{
"MinLevel": 76,
"MaxLevel": 100,
"Points": 40
},
{
"MinLevel": 101,
"MaxLevel": 125,
"Points": 50
},
{
"MinLevel": 126,
"MaxLevel": 150,
"Points": 60
},
{
"MinLevel": 151,
"MaxLevel": 300,
"Points": 70
},
{
"MinLevel": 301,
"MaxLevel": 600,
"Points": 80
},
{
"MinLevel": 601,
"MaxLevel": 900,
"Points": 90
},
{
"MinLevel": 901,
"MaxLevel": 1200,
"Points": 100
},
{
"MinLevel": 1201,
"MaxLevel": 1500,
"Points": 110
}
]
},
"Messages":{
"KilledDino":"You have killed a level { Level : { } } { name: { } } for { } points",
I am aware that "KillDino" and Level have not been declared as variables so far. Not sure how to do it exactly, or if it can even be done from the config.
Appreciate any and all help.
Thank you.