new player save format writing

This commit is contained in:
minjaesong
2021-10-08 14:25:59 +09:00
parent 3f9b41fd29
commit aec6fea49e
21 changed files with 280 additions and 116 deletions

View File

@@ -88,12 +88,14 @@ object AVKey {
/** (unit TBA)
* base defence point of the species
*/
const val BASEDEFENCE = "basedefence"
const val DEFENCE = "defence"
const val DEFENCEBUFF = "$DEFENCE$BUFF"
/** Pixels
* base hand reach of the species (only affects the gameplay as the player)
*/
const val BASEREACH = "basereach"
const val REACH = "reach"
const val REACHBUFF = "$REACH$BUFF"
/** (unit TBA)
* current defence point of worn armour(s)