-
Notifications
You must be signed in to change notification settings - Fork 248
Description
In SmartHunter-master\SmartHunter\bin\x64\Debug\MonsterData.json is missing this.
Just copy and paste it into MonsterData.json
"em001_02": {
"NameStringId": "LOC_MONSTER_GOLD_RATHIAN",
"Parts": [
{
"GroupId": "Removable",
"StringId": "LOC_REMOVABLE_PART_TAIL",
"IsRemovable": true
},
{
"GroupId": "Part",
"StringId": "LOC_PART_HEAD",
"IsRemovable": false
},
{
"GroupId": "Part",
"StringId": "LOC_PART_BODY",
"IsRemovable": false
},
{
"GroupId": "Part",
"StringId": "LOC_PART_WING_LEFT",
"IsRemovable": false
},
{
"GroupId": "Part",
"StringId": "LOC_PART_WING_RIGHT",
"IsRemovable": false
},
{
"GroupId": "Part",
"StringId": "LOC_PART_LEG_LEFT",
"IsRemovable": false
},
{
"GroupId": "Part",
"StringId": "LOC_PART_LEG_RIGHT",
"IsRemovable": false
},
{
"GroupId": "Part",
"StringId": "LOC_PART_TAIL",
"IsRemovable": false
}
],
"BaseSize": 1754.37,
"ScaleModifier": 1,
"Crowns": {
"Mini": 0.9,
"Silver": 1.15,
"Gold": 1.23
}
},
After you paste this
goto your en-US.json and replace "LOC_MONSTER_UKNOWN" with "LOC_MONSTER_GOLD_RATHIAN"