Anonymous | Login | 2024-11-21 15:30 UTC |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001345 | VCMI | Mechanics - Battles | public | 2013-07-18 14:40 | 2022-04-11 17:49 | ||||
Reporter | Warmonger | ||||||||
Assigned To | Warmonger | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 0.93 | ||||||||
Target Version | 0.94 | Fixed in Version | 0.94 | ||||||
Summary | 0001345: Haste and Prayer increase speed 1 less tile than needed | ||||||||
Description | look on movement range, not on creature speed value | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | bug1345.png [^] (161,808 bytes) 2013-07-22 09:59
| ||||||||
Relationships | ||||||
|
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 |
Copyright © 2000 - 2024 MantisBT Team |