MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001345VCMIMechanics - Battlespublic2013-07-18 14:402022-04-11 17:49
ReporterWarmonger 
Assigned ToWarmonger 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version0.93 
Target Version0.94Fixed in Version0.94 
Summary0001345: Haste and Prayer increase speed 1 less tile than needed
Descriptionlook on movement range, not on creature speed value
TagsNo tags attached.
Attached Filespng file icon bug1345.png [^] (161,808 bytes) 2013-07-22 09:59

- Relationships
related to 0001367closedWarmonger Creature specialists should give +1 to speed to creatures 

-  Notes
(0003780)
Warmonger (administrator)
2013-07-22 10:00
edited on: 2013-07-22 10:00

There's more in that. Slow also causes creature to have 1 tile less movement than it reads, check the screenshot. Certainly very interesting issue.

(0003781)
Warmonger (administrator)
2013-07-22 10:28
edited on: 2013-07-22 10:28

Another issue caused by incomplete config. Anyway, what's the use of this code?

    int percentBonus = 0;
    for(const Bonus *b : getBonusList())
    {
        if(b->type == Bonus::STACKS_SPEED)
        {
            percentBonus += b->additionalInfo;
        }
    }

    speed = ((100 + percentBonus) * speed)/100;

Description of spell effects I found doesn't mention any additional modifiers to speed.

(0003782)
Warmonger (administrator)
2013-07-22 10:40

Fixed bug in r3463, but design issue still remains.

- Issue History
Date Modified Username Field Change
2013-07-18 14:40 Warmonger New Issue
2013-07-18 14:40 Warmonger Status new => assigned
2013-07-18 14:40 Warmonger Assigned To => Warmonger
2013-07-22 09:59 Warmonger File Added: bug1345.png
2013-07-22 10:00 Warmonger Note Added: 0003780
2013-07-22 10:00 Warmonger Note Edited: 0003780 View Revisions
2013-07-22 10:28 Warmonger Note Added: 0003781
2013-07-22 10:28 Warmonger Note Edited: 0003781 View Revisions
2013-07-22 10:40 Warmonger Note Added: 0003782
2013-07-22 10:40 Warmonger Status assigned => resolved
2013-07-22 10:40 Warmonger Fixed in Version => 0.94
2013-07-22 10:40 Warmonger Resolution open => fixed
2013-07-22 17:07 Warmonger Relationship added related to 0001367
2022-04-11 17:49 Povelitel Status resolved => closed

Site | Forums | Wiki | Slack | GitHub


Copyright © 2000 - 2024 MantisBT Team
Hosting provided by DigitalOcean