hirokimura
Miltank's Fanboy Number One
- 150
- Posts
- 7
- Years
- France
- Seen Jul 20, 2023
Hey,
I'm starting my own game from the beginning because of v18 and I thought about making some fakemons and some custom abilities. So as long as I'll make them, I'll post them here for everyone. Does that sound good? ;)
NO CREDIT NEEDED FOR ANYTHING. I Believe it's okay to not credit as long as you don't claim my work as yours. We're all using resources from others, dammit.
EVERYTHING HERE WILL WORK ON V18 ONLY.
--------ABILITIES----------
Hypnotic Fist
In BattleHandlers_Abilities after TOXICTOUCH Array add this :
PBS Abilities
234,HYPNOTICFIST,Hypnotic Fist,"Can put the foe asleep when making contact."
--------CUSTOM FORMS / FAKEMONS -------
--> Regional Hypno, needs HYPNOTICFIST ability
I designed this fakemon to make a physical based hypno. Its double typing is fighting / psychic which is already owned by things such as gallame who are kinda relevant by these typings without being too much. Also, using Hypnoticfist ability makes it a good candidate for Assault vest bulky sets. To get it ingame, you have to evolve an iron fist drowzee which comes included in the pack.
Pictures : https://imgur.com/a/EL13Cr6
--> Dragomet - Female Evolution of Dragonair
Always Felt like Dragonair should have evolved in something more looking like it. Now, you have Dragomet: an evolution for female Dragonair. With a Dawn Stone. It's Fairy Dragon, and is special focused, with two powerful abilities.
Needed pictures : https://imgur.com/a/Zk2ISTg
PBS Files changes:
Insert this to your pokemon.txt
Then look to Dragonair evolutions and add this:
Things will be added when I'll work on them :3
I'm starting my own game from the beginning because of v18 and I thought about making some fakemons and some custom abilities. So as long as I'll make them, I'll post them here for everyone. Does that sound good? ;)
NO CREDIT NEEDED FOR ANYTHING. I Believe it's okay to not credit as long as you don't claim my work as yours. We're all using resources from others, dammit.
EVERYTHING HERE WILL WORK ON V18 ONLY.
--------ABILITIES----------
Hypnotic Fist
20% chance to put the foe asleep when your pokemon is making contact.
Spoiler:
In BattleHandlers_Abilities after TOXICTOUCH Array add this :
Code:
BattleHandlers::UserAbilityOnHit.add(:HYPNOTICFIST,
proc { |ability,user,target,move,battle|
next if !move.contactMove?
next if battle.pbRandom(100)>=20
battle.pbShowAbilitySplash(user)
if target.hasActiveAbility?(:SHIELDDUST) && !battle.moldBreaker
battle.pbShowAbilitySplash(target)
if !PokeBattle_SceneConstants::USE_ABILITY_SPLASH
battle.pbDisplay(_INTL("{1} is unaffected!",target.pbThis))
end
battle.pbHideAbilitySplash(target)
elsif target.pbCanSleep?(user,PokeBattle_SceneConstants::USE_ABILITY_SPLASH)
msg = nil
if !PokeBattle_SceneConstants::USE_ABILITY_SPLASH
msg = _INTL("{1}'s {2} made {3} fall asleep !",user.pbThis,user.abilityName,target.pbThis(true))
end
target.pbSleep(msg)
end
battle.pbHideAbilitySplash(user)
}
PBS Abilities
234,HYPNOTICFIST,Hypnotic Fist,"Can put the foe asleep when making contact."
--------CUSTOM FORMS / FAKEMONS -------
--> Regional Hypno, needs HYPNOTICFIST ability
I designed this fakemon to make a physical based hypno. Its double typing is fighting / psychic which is already owned by things such as gallame who are kinda relevant by these typings without being too much. Also, using Hypnoticfist ability makes it a good candidate for Assault vest bulky sets. To get it ingame, you have to evolve an iron fist drowzee which comes included in the pack.
Pictures : https://imgur.com/a/EL13Cr6
Spoiler:
PBS :
Scripts :
In Pokemon_Forms, after the Lycanroc array add this :
#-------------------------------
[HYPNO,2]
FormName = Urano
Type2 = FIGHTING
BaseStats = 95,115,110,65,60,115
Abilities = HYPNOTICFIST
Moves = 1,FUTURESIGHT,1,NASTYPLOT,1,NIGHTMARE,1,SWITCHEROO,1,HYPNOSIS,1,POUND,1,DISABLE,1,CONFUSION,5,DISABLE,9,CONFUSION,13,HEADBUTT,17,POISONGAS,21,MEDITATE,26,ICEPUNCH,26,FIREPUNCH,26,THUNDERPUNCH,29,WAKEUPSLAP,33,BULKUP,37,DRAINPUNCH,41,ZENHEADBUTT,45,MACHPUNCH,49,BULLETPUNCH,53,CLOSECOMBAT,57,BELLYDRUM,61,DOUBLEEDGE
#-------------------------------
[DROWZEE,2]
Abilities = IRONFIST
HiddenAbility = IRONFIST
Evolutions = HYPNO,LevelNight,26
#-------------------------------
Scripts :
In Pokemon_Forms, after the Lycanroc array add this :
Code:
MultipleForms.register(:DROWZEE,{
"getForm" => proc { |pkmn|
next if pkmn.formSimple>=2 # Own Tempo Rockruff cannot become another form
next 0
}
})
MultipleForms.register(:HYPNO,{
"getFormOnCreation" => proc { |pkmn|
next 2 if PBDayNight.isNight? # Dusk
next 0 # Midday
},
})
--> Dragomet - Female Evolution of Dragonair
Always Felt like Dragonair should have evolved in something more looking like it. Now, you have Dragomet: an evolution for female Dragonair. With a Dawn Stone. It's Fairy Dragon, and is special focused, with two powerful abilities.
Needed pictures : https://imgur.com/a/Zk2ISTg
PBS Files changes:
Spoiler:
Insert this to your pokemon.txt
#-------------------------------
[1150]
Name=Dragomet
InternalName=DRAGOMET
Type1=DRAGON
Type2=FAIRY
BaseStats=91,100,100,80,140,115
GenderRate=AlwaysFemale
GrowthRate=Fluctuating
BaseEXP=450
EffortPoints=0,0,0,0,3,0
Rareness=45
Happiness=70
Abilities=MULTISCALE,PIXILATE
HiddenAbility=CUTECHARM
Moves=1,MOONLIGHT,1,MOONBLAST,1,ROOST,1,FOCUSBLAST,1,HYPERVOICE,1,THUNDERWAVE,1,TWISTER,5,THUNDERWAVE,11,TWISTER,15,DRAGONRAGE,21,SLAM,25,AGILITY,33,DRAGONTAIL,39,AQUATAIL,47,DRACOMETEOR,53,EARTHPOWER,55,HEALINGWISH,61,DRAGONDANCE,67,OUTRAGE,75,HYPERBEAM,81,HURRICANE
Compatibility=Water1,Dragon
StepsToHatch=10455
Height=4.2
Weight=35.0
Color=Blue
Shape=6
Habitat=WatersEdge
RegionalNumbers=149,248
Kind=Dragon
Pokedex=The legend says Dragomet is the rarest dragon pokemon ever seen.
WildItemUncommon=DRAGONSCALE
BattlerPlayerY=0
BattlerEnemyY=7
BattlerAltitude=0
Evolutions=
Then look to Dragonair evolutions and add this:
DRAGOMET,ItemFemale,DAWNSTONE
Things will be added when I'll work on them :3
Last edited: