diff --git a/CHANGELOG.md b/CHANGELOG.md
index 886fc73..23844dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
# 0.01
- Initial release
# 0.02
-- Kritische Tabellen
\ No newline at end of file
+- Kritische Tabellen
+# 0.03
+- Standardwürfel
\ No newline at end of file
diff --git a/README.md b/README.md
index 4030528..4114ea9 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
Midgard is the oldest German Role Playing Game. It was created by Jürgen Franke back in 1981.
The link to the official (German) site (and shop): midgard-online.de
The link to Wikipedia in English: Midgard role playing game
+Link to documentation: Midgard-Forum
Features
@@ -14,7 +15,7 @@
- Character sheet
-- Tables for critical rolls
+- Tables for critical rolls (already implemented in a rudimentary way)
- Modification of the standard combat tracker to fit the Midgard specific battle round rules
- Modification of the dice roller (detection of critical rolls and practice points)
diff --git a/packs/makros-standardwurfel.db b/packs/makros-standardwurfel.db
new file mode 100644
index 0000000..f09b9bb
--- /dev/null
+++ b/packs/makros-standardwurfel.db
@@ -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"}
diff --git a/system.json b/system.json
index 8e27ec3..eb62244 100644
--- a/system.json
+++ b/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"
}