From 68e3d135d20c19e6641eeea4d74c58053fc31df7 Mon Sep 17 00:00:00 2001
From: Gorthian <74892068+Gorthian@users.noreply.github.com>
Date: Fri, 28 Oct 2022 17:31:20 +0200
Subject: [PATCH] Fertigkeit Schiffsnavigation
---
Hexxen-1733-Ulisses-Spiele(Official)/hexxen.html | 15 ++++++++++++++-
Hexxen-1733-Ulisses-Spiele(Official)/hexxen.pug | 4 +++-
.../src/js/sheetworker.js | 2 ++
.../translation.json | 1 +
4 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/Hexxen-1733-Ulisses-Spiele(Official)/hexxen.html b/Hexxen-1733-Ulisses-Spiele(Official)/hexxen.html
index 4b75e88041..2bdcd6d722 100644
--- a/Hexxen-1733-Ulisses-Spiele(Official)/hexxen.html
+++ b/Hexxen-1733-Ulisses-Spiele(Official)/hexxen.html
@@ -374,6 +374,7 @@
+
@@ -498,6 +499,7 @@
+
@@ -576,6 +578,7 @@
+
@@ -794,6 +797,7 @@
+
@@ -990,7 +994,14 @@
-
+
+
+
+
+
+
@@ -2042,6 +2053,7 @@
'skill_fieldsofknowledge',
'skill_witchcraft',
'skill_mysticism',
+ 'skill_navigation',
'weapon_punch',
'weapon_dagger',
'weapon_fencing',
@@ -2432,6 +2444,7 @@
'skill_fieldsofknowledge':{att: 'attribute_knowledge'},
'skill_witchcraft':{att: 'attribute_knowledge'},
'skill_mysticism':{att: 'attribute_knowledge'},
+ 'skill_navigation':{att: 'attribute_knowledge'},
'weapon_punch':{att: 'attribute_athletic'},
'weapon_dagger':{att: 'attribute_dexterity'},
diff --git a/Hexxen-1733-Ulisses-Spiele(Official)/hexxen.pug b/Hexxen-1733-Ulisses-Spiele(Official)/hexxen.pug
index 5ef79be273..bb978e992c 100644
--- a/Hexxen-1733-Ulisses-Spiele(Official)/hexxen.pug
+++ b/Hexxen-1733-Ulisses-Spiele(Official)/hexxen.pug
@@ -34,7 +34,8 @@
{id:'skill_insensibility', baseattribute:'attribute_strength'},
{id:'skill_fieldsofknowledge', baseattribute:'attribute_knowledge'},
{id:'skill_witchcraft', baseattribute:'attribute_knowledge'},
- {id:'skill_mysticism', baseattribute:'attribute_knowledge'}
+ {id:'skill_mysticism', baseattribute:'attribute_knowledge'},
+ {id:'skill_navigation', baseattribute:'attribute_knowledge'}
];
mixin modoptions
@@ -68,6 +69,7 @@ mixin modoptions
+
diff --git a/Hexxen-1733-Ulisses-Spiele(Official)/src/js/sheetworker.js b/Hexxen-1733-Ulisses-Spiele(Official)/src/js/sheetworker.js
index 10eb17789e..13285e6c73 100644
--- a/Hexxen-1733-Ulisses-Spiele(Official)/src/js/sheetworker.js
+++ b/Hexxen-1733-Ulisses-Spiele(Official)/src/js/sheetworker.js
@@ -219,6 +219,7 @@
'skill_fieldsofknowledge',
'skill_witchcraft',
'skill_mysticism',
+ 'skill_navigation',
'weapon_punch',
'weapon_dagger',
'weapon_fencing',
@@ -609,6 +610,7 @@
'skill_fieldsofknowledge':{att: 'attribute_knowledge'},
'skill_witchcraft':{att: 'attribute_knowledge'},
'skill_mysticism':{att: 'attribute_knowledge'},
+ 'skill_navigation':{att: 'attribute_knowledge'},
'weapon_punch':{att: 'attribute_athletic'},
'weapon_dagger':{att: 'attribute_dexterity'},
diff --git a/Hexxen-1733-Ulisses-Spiele(Official)/translation.json b/Hexxen-1733-Ulisses-Spiele(Official)/translation.json
index c217ab9e16..f779194193 100644
--- a/Hexxen-1733-Ulisses-Spiele(Official)/translation.json
+++ b/Hexxen-1733-Ulisses-Spiele(Official)/translation.json
@@ -50,6 +50,7 @@
"skill_fieldsofknowledge":"Wissensgebiete",
"skill_witchcraft":"Hexenkunst",
"skill_mysticism":"Mystik",
+ "skill_navigation":"Schiffsnavigation",
"weapon_dagger":"Dolche & Messer",
"weapon_dagger_note":"Giftverwendung / Parade -2, außer Fausthiebe und Dolche & Messer",
"weapon_fencing":"Fechtwaffen",