Fate/Extra Evented Battle System

● ARCHIVED · READ-ONLY
Started by bodibastos 1 posts View original ↗
  1. For those of you who don't know, this is the Fate/Extra battle system:

    [embedded media]
    Code:
    ->Variable ActionGuess = Random (0~10) (Randomizes the guessing variable)
    ->Variable ActionGuess – Variable MatrixLevel (Subtracts Matrix Level from Action Guess)
    
    -- If Action Guess Less than or equal to 5
    -> Show message "The enemy is preparing an attack/guard/break attack!"
    This makes it so the player has a 1/10 chance of guessing the enemy action with Matrix Level 0, but the chance increases each time the Matrix Level is raised.

    Well, this is it for my overly complicated event system! I hope you guys liked it. Feel free to ask any questions or comment it.