Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save glinesbdev/9fdb17d821469af03c435a87ed3f8eb8 to your computer and use it in GitHub Desktop.

Select an option

Save glinesbdev/9fdb17d821469af03c435a87ed3f8eb8 to your computer and use it in GitHub Desktop.
Getting Large Monster data that I have so far
URL: http://localhost:65282/api/monsters/largemonster?monsterName=Seltas
Data:
{
"Name": "Seltas",
"Description": "Neopterons that use swift aerial movements to attack invaders on the ground. The sharp appendages on their heads can make their lunging attacks quite dangerous, though they sometimes overshoot their targets and slam into the ground.",
"Hp": {
"Base": 2000,
"LowRank": 980,
"HighRank": 2000,
"GRank": 2420
},
"Capture": {
"LowRankPercentage": 40,
"HighRankPercentage": 30,
"GRankPercentage": 25
},
"Habitat": {
"Map": "Ancestral Steppe",
"Start": 4,
"Areas": [
2,
3,
7,
8
],
"Rest": 9
},
"Damage": [
{
"Region": "Head",
"Cut": 50,
"Impact": 55,
"Shot": 70,
"Fire": 20,
"Water": 10,
"Ice": 10,
"Thunder": 25,
"Dragon": 0,
"Dizzy": 0
},
{
"Region": "Horn",
"Cut": 35,
"Impact": 35,
"Shot": 35,
"Fire": 15,
"Water": 5,
"Ice": 5,
"Thunder": 20,
"Dragon": 0,
"Dizzy": 0
},
{
"Region": "Nail",
"Cut": 42,
"Impact": 42,
"Shot": 45,
"Fire": 10,
"Water": 5,
"Ice": 5,
"Thunder": 15,
"Dragon": 0,
"Dizzy": 0
},
{
"Region": "Legs",
"Cut": 45,
"Impact": 45,
"Shot": 50,
"Fire": 10,
"Water": 5,
"Ice": 5,
"Thunder": 15,
"Dragon": 0,
"Dizzy": 0
},
{
"Region": "Abdominal",
"Cut": 65,
"Impact": 55,
"Shot": 80,
"Fire": 25,
"Water": 15,
"Ice": 15,
"Thunder": 35,
"Dragon": 0,
"Dizzy": 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment