Research page - Unlocked buildings
* The research page now includes a list of buildings unlocked by each technology when that technology is not in the "unknown" state.
This commit is contained in:
parent
96c296e9d5
commit
ab04752169
7 changed files with 149 additions and 7 deletions
legacyworlds-web-main/Content/Raw/WEB-INF/fm
|
@ -236,6 +236,15 @@
|
|||
</ul>
|
||||
</div>
|
||||
</#if>
|
||||
<#if tech.buildings?has_content>
|
||||
<div class="tech-info"><strong>Unlocks buildings:</strong>
|
||||
<ul>
|
||||
<#list tech.buildings as building>
|
||||
<li>${building}</li>
|
||||
</#list>
|
||||
</ul>
|
||||
</div>
|
||||
</#if>
|
||||
</div>
|
||||
</#list>
|
||||
</div>
|
||||
|
|
|
@ -236,6 +236,15 @@
|
|||
</ul>
|
||||
</div>
|
||||
</#if>
|
||||
<#if tech.buildings?has_content>
|
||||
<div class="tech-info"><strong>Nouveaux bâtiments:</strong>
|
||||
<ul>
|
||||
<#list tech.buildings as building>
|
||||
<li>${building}</li>
|
||||
</#list>
|
||||
</ul>
|
||||
</div>
|
||||
</#if>
|
||||
</div>
|
||||
</#list>
|
||||
</div>
|
||||
|
|
Reference in a new issue