Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIlver Rathalos shows up as gold rathan HERE IS A FIX #27

Open
jgrrgth opened this issue Jan 26, 2020 · 0 comments
Open

SIlver Rathalos shows up as gold rathan HERE IS A FIX #27

jgrrgth opened this issue Jan 26, 2020 · 0 comments

Comments

@jgrrgth
Copy link

jgrrgth commented Jan 26, 2020

In SmartHunter-master\SmartHunter\bin\x64\Debug\MonsterData.json is missing this.
Just copy and paste it into MonsterData.json

    "em002_02": {
  "NameStringId": "LOC_MONSTER_SILVER_RATHALOS",
  "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": 1704.22,
  "ScaleModifier": 1,
  "Crowns": {
    "Mini": 0.9,
    "Silver": 1.15,
    "Gold": 1.23
  }
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant