Anonymous | Login | 2024-11-21 15:11 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 | ||||
0001852 | VCMI | Mechanics - Town structures | public | 2014-07-20 20:56 | 2022-04-12 08:58 | ||||
Reporter | anoleyn | ||||||||
Assigned To | Ivan | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 0.96 | ||||||||
Target Version | Fixed in Version | 0.97 | |||||||
Summary | 0001852: Wrong requirements for Cloud Temple | ||||||||
Description | It seems to that there is an error in factions file for tower concerning Cloud Temple (requires Level 5 and Level 6 structures to be built) - in town screen it only shows it requires Level 5 building (screen). Probably this is because of error here: "dwellingLvl7": { "id" : 36, "requires" : [ "dwellingLvl5", "dwellingLvl6" ] }, Shouldn't it be: "dwellingLvl7": { "id" : 36, "requires" : [ "allOf", ["dwellingLvl5"], ["dwellingLvl6" ] ] } ? | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | Cloud temple.png [^] (717,289 bytes) 2014-07-20 20:56
| ||||||||
Relationships | ||||||
|
Notes | |
(0004892) Ivan (developer) 2014-08-04 11:51 |
Fixed in this commit: https://github.com/vcmi/vcmi/commit/33acdc51bba73a8ac43d098c3cb410ac6770a0c7 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2014-07-20 20:56 | anoleyn | New Issue | |
2014-07-20 20:56 | anoleyn | File Added: Cloud temple.png | |
2014-07-20 20:58 | anoleyn | Note Added: 0004853 | |
2014-07-20 21:44 | anoleyn | Note Deleted: 0004853 | |
2014-07-20 21:46 | anoleyn | Description Updated | View Revisions |
2014-07-21 17:27 | Ivan | Assigned To | => Ivan |
2014-07-21 17:27 | Ivan | Status | new => assigned |
2014-07-21 18:43 | anoleyn | Relationship added | related to 0001855 |
2014-08-04 11:51 | Ivan | Note Added: 0004892 | |
2014-08-04 11:51 | Ivan | Status | assigned => resolved |
2014-08-04 11:51 | Ivan | Fixed in Version | => 0.97 |
2014-08-04 11:51 | Ivan | Resolution | open => fixed |
2022-04-12 08:58 | Povelitel | Status | resolved => closed |
Copyright © 2000 - 2024 MantisBT Team |