CobblemonTrainers 모드 소개

게임하세요. 두 번 하세요.


답글 쓰기
사용자 아바타
fractalbarista
Site Admin
게시물: 168
가입일: 2023-03-08 수요일 10:38

CobblemonTrainers 모드 소개

올림 by fractalbarista »

코블몬 트레이너 배틀을 만들 수 있게 만들어주는 모드입니다.

예시 파일 Green.json

코드: 모두 선택

{
  "team": [
    {
      "species": "cobblemon:heracross",
      "gender": "MALE",
      "level": 72,
      "nature": "cobblemon:serious",
      "ability": "guts",
      "moveset": [
        "megahorn",
        "counter",
        "rocktomb",
        "earthquake"
      ],
      "ivs": {
        "hp": 5,
        "attack": 2,
        "defence": 26,
        "special_attack": 30,
        "special_defence": 12,
        "speed": 19
      },
      "evs": {},
      "shiny": false
    },
    {
      "species": "cobblemon:alakazam",
      "gender": "MALE",
      "level": 73,
      "nature": "cobblemon:modest",
      "ability": "magicguard",
      "moveset": [
        "psychic",
        "reflect",
        "calmmind",
        "shadowball"
      ],
      "ivs": {
        "hp": 3,
        "attack": 3,
        "defence": 14,
        "special_attack": 5,
        "special_defence": 0,
        "speed": 2
      },
      "evs": {},
      "shiny": false
    }
  ],
  "winCommand": "",
  "lossCommand": "",
  "canOnlyBeatOnce": false
}
답글 쓰기