Recent content by SoulfulLex

  1. S

    Making a Damaging version of Spite

    So I'm trying to make a damaging version of Spite. I worked on this once before when I was making my game in Essentials v13. I never got it to work, primarily because I couldn't understand much of the MoveEffects code back then (and I didn't know that moves that did damage AND had primary...
  2. S

    Adding a new move effect

    I just use what's there in the code. I'm a novice at best when it comes to writing code, but I understand existing syntax. That's why I just reuse it, more or less. I didn't see how I could make a pbEffect in this case since Tri-Attack (the effect I based my post on) didn't have one. I...
  3. S

    Adding a new move effect

    In my opinion, making new move effects should warrant a page or topic on the wiki. In your case, you can make use of the case rnd and pbRandom(X) in the effect, where X represents how many cases there are. In the event of lowering a random stat, you'll want to make X either 5 (Attack, Defense...
Back
Top