Pokemon Mystery Dungeon Theme

Discussion in 'Theme Development' started by ThunderStruck0011, Sep 14, 2014.

  1. ThunderStruck0011

    ThunderStruck0011 ;)

    Joined:
    Jul 7, 2014
    Messages:
    133
    Likes Received:
    20
    PO Trainer Name:
    megR
    Hello, this is my theme development for a Pokemon Mystery Dungeon, inside the spoiler above is a link to what I have so far of the paste bin and, what I want is some possible help because I do not have the certain creatively to come up with lines and messages, tell me what I need to fix and what I need to do! Thank you. (I hope I did this right)
     
  2. Fiery Espeon

    Fiery Espeon The fire never bothered me anyway ~

    Joined:
    Jul 26, 2013
    Messages:
    540
    Likes Received:
    129
    PO Trainer Name:
    Fiery Espeon
  3. VirajVora

    VirajVora VirajVora...

    Joined:
    Apr 29, 2014
    Messages:
    371
    Likes Received:
    75
    PO Trainer Name:
    Viraj / Virus
    1. Darkrai- Can /Void which converts the chosen player into a Gastly. Daykills which outspeeds everything. Inspects and exposes as Cresselia.

    Daykills which outspeeds everything.

    Really ???

    1. Aggron- Gets one daykill which cannot be haxed.
    Gets one daykill which cannot be haxed.

    OMG...
     
  4. ThunderStruck0011

    ThunderStruck0011 ;)

    Joined:
    Jul 7, 2014
    Messages:
    133
    Likes Received:
    20
    PO Trainer Name:
    megR
    Yeah that one daykill which cannot be haxed is just crap, I also find a problem with the weezing I set up, remember this is the first mafia thread I set up.
     
  5. MidwayMarshall

    MidwayMarshall woof Forum Moderator Developer Forum Moderator Developer

    Joined:
    Jun 13, 2014
    Messages:
    303
    Likes Received:
    170
  6. ThunderStruck0011

    ThunderStruck0011 ;)

    Joined:
    Jul 7, 2014
    Messages:
    133
    Likes Received:
    20
    PO Trainer Name:
    megR
    All right, I fixed the syntax, most of the roles and I made a bit of the spawn sequence! Hope I did better this time, thank you @Veteran Padgett for your help on the Spawn Sequence
     
  7. VirajVora

    VirajVora VirajVora...

    Joined:
    Apr 29, 2014
    Messages:
    371
    Likes Received:
    75
    PO Trainer Name:
    Viraj / Virus
    Dude looks like you didnt get what is it actually... This is one of the example of one your role named Pikachu... Similarly, you have to make all the roles... I made this one for you...

    {
    "role": "Pikachu",
    "translation": "Pikachu",
    "side": "village",
    "help": "You can use distract at night to distract one person using the command using the command /Distract [name].",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 1
    }
    }
    }
    }

    You have to make the remaining roles...
    Try to see other themes if you want to understand hoe they made...
    Before that see this...
    http://pokemon-online.eu/threads/how-to-make-mafia-themes-v-3-0.27368/
     
  8. Veteran Padgett

    Veteran Padgett TFT Main Developer Developer

    Joined:
    May 31, 2013
    Messages:
    307
    Likes Received:
    274
    PO Trainer Name:
    Veteran Padgett
    If the theme was going into review, then it would need to be coded. Until then, ideas are fine. The code is just a representation of the role anyways.