Author Topic: Helpful Resources and Balance  (Read 806 times)

Offline TheGeometer

  • Honorary Mod
  • *****
  • Posts: 413
    • View Profile
Helpful Resources and Balance
« on: August 28, 2021, 09:35:16 AM »
Helpful Resources and Balance

This section's main purpose is to explain why the system was designed the way it was, and to give players information that they're likely to find helpful.


Balance and Probability

The spoiler below contains probability tables that show how likely you are to roll any given formula, depending on your number of elemental dice. It also describes the balance decisions that were made, which are closely related to these probabilities.

(click to show/hide)


Formulas Known

This section unpacks the mechanics for learning formulas. The system allows for multiple possible progressions, which are outlined here for players looking for suggestions or who would rather follow a table than keep track of their formula levels independently.

(click to show/hide)


A Helpful Python Script

I wrote some simple code that rolls the dice, translates it into elements, and then tells the player which formulas they can cast (in order, from highest-level to lowest), from out of a list that the player provides. This should eliminate a lot of the hassle of figuring out what you can do each turn, especially as your formula list gets really long. Formula formulas can be input with their elements in any order. It might also be a good idea to input formulas affected by meta-element feats you know.

If you don't know Python at all, don't worry! Just copy the code below, go to this site, delete the 3 example lines of code in the box on the left, and paste. Then you can run the code by clicking "Run." You can easily customize your number of dice and your formula list by changing the variable N and swapping out the example formulas for your own list, respectively.

(click to show/hide)
« Last Edit: September 02, 2024, 06:46:34 AM by TheGeometer »