Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/data/default-template-pack/extras/kakazu-ridge-cave-complexes.j2

49 lines
2.0 KiB

<html> <!-- vasl-templates:id {{SNIPPET_ID}} -->
<!-- vasl-templates:name Kakazu Ridge -->
<!-- vasl-templates:description Generates a box to hold units hidden away in a Cave Complex. -->
<head>
<style>
{{CSS:common}}
/* {{CAVE_COMPLEX:Kakazu West::Kakazu Saddle::Kakazu Center::Kakazu Front::Kakazu Reverse::Kakazu East::Kakazu Village::(other)/10|Cave Complex}} */
.box {
width: {{WIDTH:270px/5|Width}} ;
height: {{HEIGHT:150px/5|Height}} ;
border: 1px solid #ffdb00 ;
color: #404040 ;
}
.header { background: #fff200 ; padding: 2px 5px ; }
.header .name { font-size: 105% ; font-weight: bold ; }
.hexes { font-size: 90% ; font-style: italic ; color: #606060 ; }
</style>
</head>
<div class="box">
<div class="header">
{% if CAVE_COMPLEX == "Kakazu West" %}
<span class="name"> {{CAVE_COMPLEX}} </span> (15)
<div class="hexes"> E10, F10-12, G10-14, H10-14, I11-12 <div>
{% elif CAVE_COMPLEX == "Kakazu Saddle" %}
<span class="name"> {{CAVE_COMPLEX}} </span> (12)
<div class="hexes"> J11-12, K11-14, L10-14, M9-13, N8-12 </div>
{% elif CAVE_COMPLEX == "Kakazu Center" %}
<span class="name"> {{CAVE_COMPLEX}} </span> (20)
<div class="hexes"> N13, O9-13, P8-12, Q8-13, R7-9 </div>
{% elif CAVE_COMPLEX == "Kakazu Front" %}
<span class="name"> {{CAVE_COMPLEX}} </span> (20)
<div class="hexes"> R10-11, S8-12, T8-12, U9-12, V8-12, W9-12, X9-11 </div>
{% elif CAVE_COMPLEX == "Kakazu Reverse" %}
<span class="name"> {{CAVE_COMPLEX}} </span> (15)
<div class="hexes"> R12-13, S13-15, T13-15, U13-15, V13 </div>
{% elif CAVE_COMPLEX == "Kakazu East" %}
<span class="name"> {{CAVE_COMPLEX}} </span> (15)
<div class="hexes"> W13, X12-13, Y11-14, Z11-14, AA11-14, BB13 </div>
{% elif CAVE_COMPLEX == "Kakazu Village" %}
<span class="name"> {{CAVE_COMPLEX}} </span> (12)
<div class="hexes"> L15-17, M14-18, N14-18, O15-19, P15-19, Q16-20, R16-19, S17-19 </div>
{% else %}
<span class="name"> Cave Complex </span>
{%endif%}
</div>
</div>