Misc Mod Gamedata Files

This commit is contained in:
Brett Hewitson 2019-08-07 16:57:38 +10:00 committed by GitHub
parent 98e3084093
commit 7eff936424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1970 additions and 0 deletions

View file

@ -0,0 +1,39 @@
{
"Application": "ark",
"Version": "1.0.0",
"Created": "2018-04-19T22:00:55.6876809Z",
"Engrams": [
{
"Level": 1,
"Points": 0,
"IsTekGram": false,
"ClassName": "EngramEntry_LifeCompressor_C",
"Description": "Life Compressor",
"Mod": "Fixed Permanent Titans"
},
{
"Level": 1,
"Points": 0,
"IsTekGram": false,
"ClassName": "EngramEntry_LifeExtender_C",
"Description": "Life Extender",
"Mod": "Fixed Permanent Titans"
}
],
"Items": [
{
"Category": "Consumable",
"IsHarvestable": false,
"ClassName": "PrimalItemConsumable_LifeCompressor_C",
"Description": "Life Compressor",
"Mod": "Fixed Permanent Titans"
},
{
"Category": "Consumable",
"IsHarvestable": false,
"ClassName": "PrimalItemConsumable_LifeExtender_C",
"Description": "Life Extender",
"Mod": "Fixed Permanent Titans"
}
]
}