Fix vehicles + v2.0

This commit is contained in:
2022-09-14 09:36:45 +02:00
parent ae3c632315
commit 5421017b7c
3 changed files with 50 additions and 34 deletions

View File

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