nereare_grimoire 1.4.3 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 141c72885e48cc657d80b13aa158211c3c09f33e2193c07854b8b1acbfbb0c6d
4
- data.tar.gz: bb4d0aeca8ad55f6c19ddddd65835f2b6921e89a575cec0f55147dfceda42f3a
3
+ metadata.gz: afc080aa9efdb2dd3403d7abed5d0fe3e1fdd6e4e6b801772b248368663ebf0a
4
+ data.tar.gz: 86936260347a7c77c4bbba59a16828268f44e29471ad4f0bd96596032ab6c5cf
5
5
  SHA512:
6
- metadata.gz: c76531857df36ee1db4e3b15a5221ca3abdbbf986073c63ae4e154ba8530ddcc7f5c30262f30062915cdca989e13821dbdd0d7de501360c1aa2b2d7a4975f3e7
7
- data.tar.gz: 669161837cbe49d09a27a165d5c43360b8df2f2fb93598956b9bdd2488e5d09614a614c1b57e1b89747b0fdb3e7ad464553b8771af612cd1072f8036d9a0ee38
6
+ metadata.gz: 396e592748d70d509c63744212036da30048b75df8362ed3dd11ae1deb8dc3e84ae1d3a9f4770ce15af80061a91acdd00f1adfeac4b20b063bbba389f09f9e8d
7
+ data.tar.gz: 63af67559c2e74646aa823bb6cabf9a88845648c694e77faec4da10d6593b9402b2d4d079f2cbb2f3513418ec931a153b9f3217e7a196e5333acddf3e04eb770
@@ -17,7 +17,7 @@ layout: default
17
17
  <p class="subtitle">An adventure for {{ page.adventure.char-num | default: 4 | pluralize: 'player character', 'player characters' }} of {% if page.adventure.lvl.range %}levels {{ page.adventure.lvl.min | ordinal }} through {{ page.adventure.lvl.max | ordinal }}{% else %}{{ page.adventure.lvl.lvl | ordinal }} level{% endif %}.</p>
18
18
  <p><strong>Max XP:</strong> {{ page.adventure.max-xp | pretty_number }} xp</p>
19
19
  <p><strong>Max Gold:</strong> {{ page.adventure.max-gp | pretty_number }} gp</p>
20
- <p><strong>&#35; Encounters:</strong> {{ page.adventure.max-xp }} xp</p>
20
+ <p><strong>&#35; Encounters:</strong> {{ page.adventure.encounters }}</p>
21
21
  <p><strong>Type:</strong> {{ page.adventure.type }}</p>
22
22
  {% if page.adventure.questline %}
23
23
  <p><strong>Questline:</strong> <em>{{ page.adventure.questline.name }}</em>{% if page.adventure.questline.chapter %}, Chapter {{ page.adventure.questline.chapter }}{% endif %}</p>
@@ -81,7 +81,7 @@ layout: default
81
81
  <div class="five columns">
82
82
  <blockquote class="meta">
83
83
  <h5>{{ page.settlement.name | default: 'Settlement Name' }}</h5>
84
- <p class="subtitle">{{ page.settlement.size | default: 'Small City' }}</p>
84
+ <p class="subtitle">{{ page.settlement.type | default: 'Small City' }}</p>
85
85
 
86
86
  <p><strong>Size:</strong> {{ page.settlement.size }}</p>
87
87
  <p><strong>Demographics:</strong> {% for race in page.settlement.demographics %}{{ race.percent }}% {{ race.race }}{% unless forloop.last %}, {% endunless %}{% endfor %}</p>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nereare_grimoire
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Padoim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-26 00:00:00.000000000 Z
11
+ date: 2019-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: html-proofer