- Joined
- Dec 3, 2020
- Messages
- 9
Works Great! Configure individual Creatures and level fly speed...
EXAMPLE CONFIG: I use this. Pteranadon, Griffin, Owl, Moth and Gigantosaurus so far - ALL WORKS GREAT, Nice work!
},
"Commands": {
"LevelSpeed": "/levelspeed",
"FreeRespec": "/dinorespec",
"ConfigReload": "CreaturesPlus.Reload"
},
"Dinos": [
{
"Dino": "Griffin_Character_BP",
"Stats": {
"Movement Speed": {
"AddOnTame": 0.10,
"ImprintGives": 0.1,
"MaxPerPoint": 0.02,
"WildMaxPerPoint": 0.01,
"CapPoints": -1
}
}
},
{
"Dino": "Moth_Character_BP",
"Stats": {
"Movement Speed": {
"AddOnTame": 0.10,
"ImprintGives": 0.1,
"MaxPerPoint": 0.02,
"WildMaxPerPoint": 0.01,
"CapPoints": -1
}
}
}, {
"Dino": "Owl_Character_BP",
"Stats": {
"Movement Speed": {
"AddOnTame": 0.10,
"ImprintGives": 0.1,
"MaxPerPoint": 0.02,
"WildMaxPerPoint": 0.01,
"CapPoints": -1
}
}
},
{
"Dino": "Argent_Character_BP",
"Stats": {
"Movement Speed": {
"AddOnTame": 0.10,
"ImprintGives": 0.1,
"MaxPerPoint": 0.02,
"WildMaxPerPoint": 0.01,
"CapPoints": -1
}
}
},
{
"Dino": "Ptero_Character_BP",
"Stats": {
"Movement Speed": {
"AddOnTame": 0.10,
"ImprintGives": 0.1,
"MaxPerPoint": 0.02,
"WildMaxPerPoint": 0.01,
"CapPoints": -1
}
}
},
{
"Dino": "Gigant_Character_BP",
"Stats": {
"Health": {
"ImprintGives": 0.2,
"MaxPerPoint": 0.02,
"CapPoints": -1
},
"Stamina": {
"AddOnTame": 0.07,
"ImprintGives": 0.2,
"MaxPerPoint": 0.08,
"CapPoints": -1
},
"Weight": {
"AddOnTame": 0.35,
"ImprintGives": 0.2,
"MaxPerPoint": 0.1,
"CapPoints": -1
},
"Melee Damage": {
"AddOnTame": 0.07,
"ImprintGives": 0.2,
"MaxPerPoint": 0.138,
"CapPoints": -1
}
}
}
EXAMPLE CONFIG: I use this. Pteranadon, Griffin, Owl, Moth and Gigantosaurus so far - ALL WORKS GREAT, Nice work!
},
"Commands": {
"LevelSpeed": "/levelspeed",
"FreeRespec": "/dinorespec",
"ConfigReload": "CreaturesPlus.Reload"
},
"Dinos": [
{
"Dino": "Griffin_Character_BP",
"Stats": {
"Movement Speed": {
"AddOnTame": 0.10,
"ImprintGives": 0.1,
"MaxPerPoint": 0.02,
"WildMaxPerPoint": 0.01,
"CapPoints": -1
}
}
},
{
"Dino": "Moth_Character_BP",
"Stats": {
"Movement Speed": {
"AddOnTame": 0.10,
"ImprintGives": 0.1,
"MaxPerPoint": 0.02,
"WildMaxPerPoint": 0.01,
"CapPoints": -1
}
}
}, {
"Dino": "Owl_Character_BP",
"Stats": {
"Movement Speed": {
"AddOnTame": 0.10,
"ImprintGives": 0.1,
"MaxPerPoint": 0.02,
"WildMaxPerPoint": 0.01,
"CapPoints": -1
}
}
},
{
"Dino": "Argent_Character_BP",
"Stats": {
"Movement Speed": {
"AddOnTame": 0.10,
"ImprintGives": 0.1,
"MaxPerPoint": 0.02,
"WildMaxPerPoint": 0.01,
"CapPoints": -1
}
}
},
{
"Dino": "Ptero_Character_BP",
"Stats": {
"Movement Speed": {
"AddOnTame": 0.10,
"ImprintGives": 0.1,
"MaxPerPoint": 0.02,
"WildMaxPerPoint": 0.01,
"CapPoints": -1
}
}
},
{
"Dino": "Gigant_Character_BP",
"Stats": {
"Health": {
"ImprintGives": 0.2,
"MaxPerPoint": 0.02,
"CapPoints": -1
},
"Stamina": {
"AddOnTame": 0.07,
"ImprintGives": 0.2,
"MaxPerPoint": 0.08,
"CapPoints": -1
},
"Weight": {
"AddOnTame": 0.35,
"ImprintGives": 0.2,
"MaxPerPoint": 0.1,
"CapPoints": -1
},
"Melee Damage": {
"AddOnTame": 0.07,
"ImprintGives": 0.2,
"MaxPerPoint": 0.138,
"CapPoints": -1
}
}
}