SlappedWithSilence / TXEnginePy

A Python port of the original TXEngine project
3 stars 0 forks source link

Add support for partial inspection/full inspection distinction in CombatEngine #47

Open SlappedWithSilence opened 10 months ago

SlappedWithSilence commented 10 months ago

During his turn, the player can inspect enemies and allies. Introduce "tiers" of inspection that progressively reveal more and more detailed information about the entity in question.

For example:

To support such this feature, multiple changes and additions must be made to CombatEngine and its related Events.