Add new rank option

This commit is contained in:
LeRatierBretonnien 2024-08-04 20:44:34 +02:00
parent cba4394a37
commit 8be95c20bd
2 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@ rmss.rankBonusProgressionList = [
{key: "standard", label:"Standard"}, {key: "standard", label:"Standard"},
{key: "limited", label:"Limited"}, {key: "limited", label:"Limited"},
{key: "combined", label:"Combined"}, {key: "combined", label:"Combined"},
{key: "race", label:"Linked to Race"},
] ]
rmss.lightOrDarknessModifiers = [ rmss.lightOrDarknessModifiers = [

View File

@ -3,7 +3,7 @@
"title": "Rolemaster FRP System", "title": "Rolemaster FRP System",
"description": "The Rolemaster FRP system for FoundryVTT.", "description": "The Rolemaster FRP system for FoundryVTT.",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/raw/branch/develop/system.json", "manifest": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/raw/branch/develop/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/archive/v12.0.6.zip", "download": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/archive/v12.0.7.zip",
"authors": [ "authors": [
{ {
"name": "Cynicide", "name": "Cynicide",
@ -14,7 +14,7 @@
"email": "" "email": ""
} }
], ],
"version": "12.0.6", "version": "12.0.7",
"compatibility": { "compatibility": {
"minimum": "12", "minimum": "12",
"verified": "12" "verified": "12"