MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003107VCMIGUI - Town screenpublic2020-02-28 00:302020-03-06 16:39
Reporterdomek 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Product Version0.99 
Target VersionFixed in Version 
Summary0003107: Order of creatures
DescriptionWhen you open a town view and look at all the miniatures of creatures in the bottom left side of the window you can see they are arranged by the order they are defined in the json file, in section "core:creatureGeneratorCommon".
This is wrong because they should be ordered by level, from 1 to 7.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0007879)
domek (reporter)
2020-03-06 16:39

A small update. It seems the order is defined in JSON file:
TownName -> town -> creatures
Still it's wrong. It should instead order creatures by its level, from 1 to 7.

If creatures are defined like this:
            "creatures" :
            [
                [ "penguin1", "penguin2" ],
                [ "cat1", "cat2" ],
                [ "nymph1", "nymph2" ],
                [ "tusk1", "tusk2" ],
                [ "elemental1", "elemental2" ],
                [ "dragon1", "dragon2"],
                [ "giant1", "giant2" ]
            ],

Then penguin is first even though the penguin is level 3 and cat is level 1.

- Issue History
Date Modified Username Field Change
2020-02-28 00:30 domek New Issue
2020-03-06 16:39 domek Note Added: 0007879

Site | Forums | Wiki | Slack | GitHub


Copyright © 2000 - 2024 MantisBT Team
Hosting provided by DigitalOcean