Skip to content

Instantly share code, notes, and snippets.

@bitcraft
Created August 2, 2016 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitcraft/1e7bd6f5cc261d5e916371a0e490aadc to your computer and use it in GitHub Desktop.
Save bitcraft/1e7bd6f5cc261d5e916371a0e490aadc to your computer and use it in GitHub Desktop.
{
"slug": "txmn_bigfin",
"name_trans": "txmn_bigfin_name",
"description_trans": "txmn_bigfin_descr",
"category_trans": "txmn_bigfin_category",
"slug": "txmn_bigfin",
"name_trans": "txmn_bigfin_name",
"description_trans": "txmn_bigfin_descr",
"category_trans": "txmn_bigfin_category",
"attack_base": 60,
"defense_base": 7,
"hp_base": 50,
"special_attack_base": 6,
"special_defense_base": 10,
"speed_base": 7,
"attack_mod": 1,
"defense_mod": 1,
"hp_mod": 1,
"special_attack_mod": 1,
"special_defense_mod": 1,
"speed_mod": 1,
"exp_give_mod": 3,
"exp_req_mod": 27,
"ai": "RandomAI",
"moveset": [
{
"level_learned": 2,
"technique": "technique_bite"
},
{
"level_learned": 2,
"technique": "technique_water_shot"
}
],
"sprites": {
"battle1": "gfx/sprites/battle/bigfin-front.png",
"battle2": "gfx/sprites/battle/bigfin-back.png",
"menu1": "gfx/sprites/battle/bigfin-menu01.png",
"menu2": "gfx/sprites/battle/bigfin-menu02.png"
},
"sounds" {
"combat_call" : "sounds/monsters/call_splash.ogg"
}
"types": [
"water",
"wood"
],
"weight": 50
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment