• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Harsh Burn

  • 53
    Posts
    4
    Years
    • Seen May 29, 2022
    Harsh Burn is just the fire version of toxic

    How to access Harsh Burn for public use
    Step 1: In PokeBattle_BattlerEffects under
    #===============================================================================
    # Burn
    #===============================================================================
    Completely replace all original code with this new one:

    Spoiler:
    (Molten Rock is the fire type Toxic Spikes)

    Step 2: In PokeBattle_MoveEffects, Move these fire moves to this to promote the effect:
    Spoiler:

    Step 3: In PokeBattle_Battle, alter the #Burn line with this before else it should look like this:
    Spoiler:

    Step 4: In PokeBattle_AI paste this above elsif attacker.status==PBStatuses::POISON:

    Spoiler:

    after that go to:
    Spoiler:
    and paste this under it:
    Spoiler:

    Step 5: Go to PokeBattle_Battler and paste this under toxic's attr_reader :status, above toxic
    Spoiler:

    attr_reader :statusCount
    then go to the @effects and paste this under toxic:
    Spoiler:

    Step 6 *Must do before play testing*: initialize the constant in PBEffects:
    Spoiler:
     

    NoNoNever

    Creator from Pokemon Illuison, Pokemon Arcadia, Po
  • 89
    Posts
    5
    Years
    Looks nice but its vor v17 or v18?
     
    Last edited:
  • 53
    Posts
    4
    Years
    • Seen May 29, 2022
    As long as there's coding for toxic, then it should be compatible any version. As far as I know, this should work for 16 onward.
     
    Back
    Top