Jump to content

Lucida

Veterans
  • Posts

    100
  • Joined

  • Last visited

Reputation

12 Fledgling

About Lucida

  • Birthday March 1

Profile Information

  • Alias
    hoes mad
  • Gender
    Female
  • Location
    The Darkened Fields of History
  • Interests
    Pretty much everything lol

Contact Methods

  • Discord
    Tari#2849

Recent Profile Visitors

3484 profile views
  1. It's a Star Piece and an XL EXP Candy. The train is already down there, implying that you're already done that train. You can't go back there.
  2. holy fucking necrobump Gastly is now post-amaria.
  3. You can leave the factory. The only situation in which you're stuck in a location without PC access is in a single postgame quest.
  4. Are you using a 19.5 or 19.14 file? Mods haven't been updated for 19.5 yet.
  5. Yes it's to do with Taka. If you fought Umbral Taka, you skip the fight.
  6. Define corrupted. Send a screenshot or copypaste of the error message, or if you can't do so use another savefile.
  7. Several Abilities - Commander, Zero To Hero, Supreme Overlord, Opportunist, Cud Chew, Protosynthesis/Quarkdrive (Gen 9) Supreme Overlord: when PBAbilities:SUPREMEOVERLORD def pbOnStartUse(attacker) if @participants.nil? @participants = @battle.pbPartySingleOwner(attacker.index).find_all {|mon| mon && !mon.isEgg? && mon.hp<=0} end return @participants.length end mon=@participants.length atkmult=(1+ atkmult*0.1*mon).round This might work. Code's taken from Last Respects. why does GF keep adding more and more complex abilities
  8. Because this isn't written down anywhere, here's a non-exhaustive list of all of the changes to pokemon battles, in the order of the trainers.txt PBS file. Overall these are some great changes, but they're inconsistent. I accidentally deleted the pbs files for eevelution reborn, so i can't check how different this is from that unfortunately.
  9. It's based on the personality value, just like with Silcoon and Cascoon. so you need a new one.
  10. It's an egg move. Read Bulbapedia, it's a great resource. It tells you that Bulbasaur is additionally in the Monster and Grass Egg Groups, and that the Oddish and Tangela lines, both of which learn it as a level-up move, are both in the Grass Egg Group.
  11. Looking through the code because, you know, you can do that if you want to find out what the issue is yourself. The scripts are openly visible in the Scripts folder without even having to download the PBS files seperately. Code's inside this spoiler. I'm pretty sure with the exception of the AI bit, this is exactly the same as in Rejuv, so i'm not sure what's going on. This is still missing the code for increased priority + dark types, but i made this in 1 minute and it should fix it: if opp1.pbHasType?(:DARK) && attacker.ability == PBAbilities::PRANKSTER return [opp2] end if opp2.pbHasType?(:DARK) && attacker.ability == PBAbilities::PRANKSTER return [opp1] end Technically this isn't a 100% fix, but Dragon Darts is a signature move, this is a mod, and how likely is it for you to get a pokémon with prankster who also learns dragon darts because of randomizer shenanigans who's also going to be using dragon darts in a double battle?
  12. I'm gonna need some context here. Who's the other target? Do ANY of these things apply? - Fairy Type - Dark Type (If called by Assist + Prankster) - Wonder Guard - Protect - Being in the middle of Fly/Dive/Dig/Bounce/etc - Increased evasion (or your accuracy is lowered) - Follow Me
  13. Lucida

    Luna

    1: Luna's trans, yes 2: Keep playing postgame, you'll find out in Tier 7.
×
×
  • Create New...