Page 1 of 2

monster level?

Posted: Tue Oct 11, 2022 7:04 pm
by The Gray
(sorry if this was suggested before, seems like it wasnt) i think it would be cool if monsters had level value underneath their name like the player, a quick way of displaying how storng they are, without needing to look at their stats, not that its a bad thing or unnecessary, and ik difficulty kind of helps in this aspect too.

i just think a little detail like a monster level would cool, or idk maybe it would take from the original AT experience (if thats the case maybe make it an option you can turn off and on in settings)

Re: monster level?

Posted: Sat Oct 15, 2022 1:32 pm
by rijackson741
Monsters do not have a level.

Re: monster level?

Posted: Mon Oct 17, 2022 3:33 am
by The Gray
rijackson741 wrote: Sat Oct 15, 2022 1:32 pm Monsters do not have a level.
well yeah but you could design some sort of system based on monster stats to determine a monster's level, kind of like how the difficulty on a monster is calculated.

Re: monster level?

Posted: Mon Oct 17, 2022 5:46 am
by Osho
How can you know?
You'll need to enter into combat mode, and then monster stats are easy to access. No need for a level indicator.

Also once you know monster stats after the first encounter with them then any level indicator is useless, since monsters spawn in the game world with fixed stats.

Re: monster level?

Posted: Mon Oct 17, 2022 11:23 am
by rijackson741
The Gray wrote: Mon Oct 17, 2022 3:33 am
rijackson741 wrote: Sat Oct 15, 2022 1:32 pm Monsters do not have a level.
well yeah but you could design some sort of system based on monster stats to determine a monster's level, kind of like how the difficulty on a monster is calculated.
There are many things we could do, but we cannot do all of them at the same time. So would you prefer a monster level system, or Nor City?

Re: monster level?

Posted: Mon Oct 17, 2022 4:19 pm
by sdevaney
The Gray wrote: Mon Oct 17, 2022 3:33 am
rijackson741 wrote: Sat Oct 15, 2022 1:32 pm Monsters do not have a level.
well yeah but you could design some sort of system based on monster stats to determine a monster's level, kind of like how the difficulty on a monster is calculated.
The current dev team isn't the only one that can do this. Anyone in the community could take care of this since the game is open-source. Even if you don't have the technical knowledge to implement it you could start getting the frame work of the idea figured out. How would the different stats and effects translate into a level?

Re: monster level?

Posted: Mon Oct 17, 2022 6:29 pm
by The Gray
rijackson741 wrote: Mon Oct 17, 2022 11:23 am
The Gray wrote: Mon Oct 17, 2022 3:33 am
rijackson741 wrote: Sat Oct 15, 2022 1:32 pm Monsters do not have a level.
well yeah but you could design some sort of system based on monster stats to determine a monster's level, kind of like how the difficulty on a monster is calculated.
There are many things we could do, but we cannot do all of them at the same time. So would you prefer a monster level system, or Nor City?
nor city, i never said to do it immediately, sheesh >.>

Re: monster level?

Posted: Mon Oct 17, 2022 6:32 pm
by The Gray
sdevaney wrote: Mon Oct 17, 2022 4:19 pm
The Gray wrote: Mon Oct 17, 2022 3:33 am
rijackson741 wrote: Sat Oct 15, 2022 1:32 pm Monsters do not have a level.
well yeah but you could design some sort of system based on monster stats to determine a monster's level, kind of like how the difficulty on a monster is calculated.
The current dev team isn't the only one that can do this. Anyone in the community could take care of this since the game is open-source. Even if you don't have the technical knowledge to implement it you could start getting the frame work of the idea figured out. How would the different stats and effects translate into a level?
thats true. i do have a good amount of coding knowledge and im starting to see that html is in the game atleast. i dont know where to start the framework though.

Re: monster level?

Posted: Wed Oct 19, 2022 11:38 am
by rijackson741
It is mostly Java (main code), XML (maps), or JSON (content other then maps).

Re: monster level?

Posted: Thu Oct 20, 2022 7:48 am
by The Gray
rijackson741 wrote: Wed Oct 19, 2022 11:38 am It is mostly Java (main code), XML (maps), or JSON (content other then maps).
interesting. thanks