Fix vehicles + v2.0

This commit is contained in:
sladecraven 2022-09-14 09:44:06 +02:00
parent 5421017b7c
commit 4d95d6c914
2 changed files with 4 additions and 6 deletions

View File

@ -38,7 +38,7 @@
} }
], ],
"url": "https://www.uberwald.me/gitea/public//foundryvtt-swade-fr", "url": "https://www.uberwald.me/gitea/public//foundryvtt-swade-fr",
"version": "2.0.0", "version": "2.0.1",
"esmodules": [ "esmodules": [
"modules/swade-fr-init.js" "modules/swade-fr-init.js"
], ],
@ -54,7 +54,7 @@
} }
], ],
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-swade-fr/raw/branch/master/module.json", "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-swade-fr/raw/branch/master/module.json",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-swade-fr/archive/foundryvtt-swade-fr-2.0.0.zip", "download": "https://www.uberwald.me/gitea/public/foundryvtt-swade-fr/archive/foundryvtt-swade-fr-2.0.1.zip",
"id": "swade-fr", "id": "swade-fr",
"relationships": { "relationships": {
"requires": [ "requires": [

View File

@ -15,9 +15,7 @@ Hooks.once('init', () => {
/************************************************************************************/ /************************************************************************************/
Hooks.once('ready', () => { Hooks.once('ready', () => {
CONFIG.SWADE.vehicles.opSkills = {
maxHandlingPenalty: -4, CONFIG.SWADE.vehicles.opSkills = ['', 'Navigation', 'Conduite', 'Pilotage', 'Équitation']
opSkills: ['', 'Navigation', 'Conduite', 'Pilotage', 'Équitation'],
}
}) })