Detailed Ability Descriptions

  • Mewgenics — Detailed Ability Descriptions
  • Mewgenics — Detailed Ability Descriptions
  • Mewgenics — Detailed Ability Descriptions
  • Mewgenics — Detailed Ability Descriptions
Author:
Birbon and Markyroo
Size:
725.53 kB
Date:
February 19, 2026, 02:49 PM
Downloads:
24
0.0 / 10
No one has rated the file yet.
  • February 19, 2026, 02:49 PM
    podrobnye-opisanija-sposobnostejj_1771501745_862255.zip
    Virus check from Virustotal: the file is safe (view report)
    Download (725.53 kB)

Requires Mewtator.

COMPATIBILITY: due to how modding .csv files works, this mod is incompatible with those that edit the description entries of abilities (the ones that have keys end with _DESC) in the files listed below.

I edited the /data/text/abilities.csv and /data/text/items.csv file using the following logic:

1. Find cells in column A that end with _DESC. These are used as descriptions for abilities, and the file stores all their translations as well. (I didn't edit any of the translations because, as mentioned, these detailed descriptions are simply values copied from the game's code written in english)

2. For each of those cells, find their full text inside .gon files stored in /data/abilities or /data/weapons. These strings are stored inside data structures for the individual abilities, for example inside basic_attacks.gon you can find:

Показать спойлерСкрыть спойлер

3. From here we take the relevant info, like min range, max range, and whether or not it scales with ranged damage, and append it to the column B in the abilities.csv file from step 1

4. Some abilities inherit their properties from others. For example, ScatterShot and ScatterShot2:

Показать спойлерСкрыть спойлер

For ScatterShot2, values from ScatterShot were used in addition to its own properties.

I only scraped values that I found in /data/ability_templates/ability_templates.gon

There's probably other stuff missing, but this is what I have for now.

Useful links:

Comments 0