forked from public/foundryvtt-reve-de-dragon
Ajout d'un Actor commerce
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"Actor": {
|
||||
"types": ["personnage", "creature", "entite", "vehicule"],
|
||||
"types": ["personnage", "creature", "entite", "commerce", "vehicule"],
|
||||
"templates": {
|
||||
"description": {
|
||||
"description": "Description ...",
|
||||
@@ -554,6 +554,10 @@
|
||||
},
|
||||
"vehicule": {
|
||||
"templates": [ "vehicule", "description" ]
|
||||
},
|
||||
"commerce":{
|
||||
"templates": [ "description" ],
|
||||
"illimite": false
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
|
||||
Reference in New Issue
Block a user