Bernardo Sulzbach

Results 81 comments of Bernardo Sulzbach

I haven't read those links yet but by my own experience I know that in some simple scenarios a singleton can be perfectly replaced by a uninstantiable class. I think...

Yes but there are known downsides for that. EJ is old and much have been learned since then. An issue is that it will have the following public static methods:...

This also requires the project to stop using the serialization library currently used, as it does not support SerialVersionUID. Closed #196 - this stupid maintainer duplicated this issue.

It could remember things such as the battles he had and rooms he left unexplored.

Consider implementing this as a simulation. Every waking hour must be rendered behind the scenes. For the sake of realism, the character must walk by the world in search of...

In the creature presets there will be an array with objects of the form ``` {probability, bag, [{prob1, itemId1}, {prob2, itemId2}, ...]} ``` This allows for: Rare and different bags....

@UnknownNPC I'm not sure about what do you mean with that. Do you mean fruits that have already rotten a bit? All fruits are equally "good" from the start, right?

@UnknownNPC if you are interested in adding this feature (a message queue to the inventory), please let me know.

@UnknownNPC I will think about the "partial decay" aspect of food some more and maybe create an issue for it. What is expected from this issue is something that works...

This should probably share code with how destroying an object works now (destroying should "hit" until broken).