V0.03
This commit is contained in:
parent
f5cef53466
commit
9fb77a1ec6
|
|
@ -1,4 +1,6 @@
|
|||
# 0.01
|
||||
- Initial release
|
||||
# 0.02
|
||||
- Kritische Tabellen
|
||||
- Kritische Tabellen
|
||||
# 0.03
|
||||
- Standardwürfel
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
<p>Midgard is the oldest German Role Playing Game. It was created by Jürgen Franke back in 1981. </p>
|
||||
<p>The link to the official (German) site (and shop): <a href="https://midgard-online.de/startseite.html">midgard-online.de</a></p>
|
||||
<p>The link to Wikipedia in English: <a href="https://en.wikipedia.org/wiki/Midgard_(role-playing_game)">Midgard role playing game</a></p>
|
||||
<p>Link to documentation: <a href="https://www.midgard-forum.de/forum/articles.html/formblaetter_datenblaetter_spielhilfen/midgard-als-system-für-foundryvtt-r1754/">Midgard-Forum</a></p>
|
||||
<p> </p>
|
||||
<h2>Features</h2>
|
||||
<p> </p>
|
||||
|
|
@ -14,7 +15,7 @@
|
|||
<p> </p>
|
||||
<ul>
|
||||
<li>Character sheet</li>
|
||||
<li>Tables for critical rolls </li>
|
||||
<li>Tables for critical rolls (already implemented in a rudimentary way)</li>
|
||||
<li>Modification of the standard combat tracker to fit the Midgard specific battle round rules</li>
|
||||
<li>Modification of the dice roller (detection of critical rolls and practice points)</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{"name":"1W6","permission":{"default":2,"CBq5YXAqbO7HoJ03":3},"type":"chat","flags":{"core":{"sourceId":"Macro.QBhV6De80g1wH6ot"}},"scope":"global","command":"/r 1d6","author":"CBq5YXAqbO7HoJ03","img":"icons/svg/d6-grey.svg","actorIds":[],"_id":"5tpfRgbM5sTL9gur"}
|
||||
{"name":"1W100","permission":{"default":2,"CBq5YXAqbO7HoJ03":3},"type":"chat","flags":{"core":{"sourceId":"Macro.TqmUKpMpY4GhiTML"}},"scope":"global","command":"/r 1d100","author":"CBq5YXAqbO7HoJ03","img":"icons/svg/circle.svg","actorIds":[],"_id":"YWsPRUpZpgLBKIB3"}
|
||||
{"name":"1W20","permission":{"default":2,"CBq5YXAqbO7HoJ03":3},"type":"chat","flags":{"core":{"sourceId":"Macro.S01PfXnvLPeuKOH8"}},"scope":"global","command":"/r 1d20","author":"CBq5YXAqbO7HoJ03","img":"icons/svg/d20-grey.svg","actorIds":[],"_id":"pXZIfqDIX9VKYonr"}
|
||||
10
system.json
10
system.json
|
|
@ -25,7 +25,13 @@
|
|||
"label": "Makros Kritische Ereignisse",
|
||||
"path": "./packs/makros-kritische-ereignisse.db",
|
||||
"entity": "Macro"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "makros-standardwurfel",
|
||||
"label": "Standardwürfel",
|
||||
"path": "./packs/makros-standardwurfel.db",
|
||||
"entity": "Macro"
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
|
|
@ -40,7 +46,7 @@
|
|||
"secondaryTokenAttribute": "ap",
|
||||
"url": "https://github.com/hjmaier/midgard5",
|
||||
"manifest": "https://raw.githubusercontent.com/hjmaier/midgard5/main/system.json",
|
||||
"download": "https://github.com/hjmaier/midgard5/archive/V0.02.zip",
|
||||
"download": "https://github.com/hjmaier/midgard5/archive/V0.03.zip",
|
||||
"initiative": "@gw.value + @gw.bonus",
|
||||
"license": "LICENSE.txt"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue