miki151 / keeperrl

Source code of KeeperRL
GNU General Public License v2.0
890 stars 112 forks source link

consider adding field name or rescription to spell_schools.txt #2031

Closed samuellsk closed 1 year ago

samuellsk commented 1 year ago

Now ingame name of the school is being taken from the "id" of the spell school. For example:

"tomb wraith warrior" MELEE { "tomb wraith warrior poison touch" 2 "tomb wraith warrior pestilence" 7 "tomb wraith warrior corporeal form" 8 }

the ingame name would be tomb wraith warrior. But if we have something more common like ice mage , fire mage... this could cause compatibility issues between mods.

Consider adding one more field like name / description. where ingame show text would be instead of the "id" of the spell school.

miki151 commented 1 year ago

Done, you can now use optional syntax "school_id" "School name" MELEE {...