From 334c2069078571b7ab57f50ed81c176ca4babd0d Mon Sep 17 00:00:00 2001 From: Vlyan Date: Fri, 25 Dec 2020 20:23:26 +0100 Subject: [PATCH] updated packs name (plural) --- .../{core-adversity.db => core-adversities.db} | 0 .../{core-anxiety.db => core-anxieties.db} | 0 system/packs/{core-armor.db => core-armors.db} | 0 ...ore-distinction.db => core-distinctions.db} | 0 system/packs/{core-item.db => core-items.db} | 0 .../{core-passion.db => core-passions.db} | 0 .../{core-property.db => core-properties.db} | 0 system/packs/core-technique.db | 0 ...{core-peculiarity.db => core-techniques.db} | 0 .../packs/{core-weapon.db => core-weapons.db} | 0 system/system.json | 18 +++++++++--------- 11 files changed, 9 insertions(+), 9 deletions(-) rename system/packs/{core-adversity.db => core-adversities.db} (100%) rename system/packs/{core-anxiety.db => core-anxieties.db} (100%) rename system/packs/{core-armor.db => core-armors.db} (100%) rename system/packs/{core-distinction.db => core-distinctions.db} (100%) rename system/packs/{core-item.db => core-items.db} (100%) rename system/packs/{core-passion.db => core-passions.db} (100%) rename system/packs/{core-property.db => core-properties.db} (100%) delete mode 100644 system/packs/core-technique.db rename system/packs/{core-peculiarity.db => core-techniques.db} (100%) rename system/packs/{core-weapon.db => core-weapons.db} (100%) diff --git a/system/packs/core-adversity.db b/system/packs/core-adversities.db similarity index 100% rename from system/packs/core-adversity.db rename to system/packs/core-adversities.db diff --git a/system/packs/core-anxiety.db b/system/packs/core-anxieties.db similarity index 100% rename from system/packs/core-anxiety.db rename to system/packs/core-anxieties.db diff --git a/system/packs/core-armor.db b/system/packs/core-armors.db similarity index 100% rename from system/packs/core-armor.db rename to system/packs/core-armors.db diff --git a/system/packs/core-distinction.db b/system/packs/core-distinctions.db similarity index 100% rename from system/packs/core-distinction.db rename to system/packs/core-distinctions.db diff --git a/system/packs/core-item.db b/system/packs/core-items.db similarity index 100% rename from system/packs/core-item.db rename to system/packs/core-items.db diff --git a/system/packs/core-passion.db b/system/packs/core-passions.db similarity index 100% rename from system/packs/core-passion.db rename to system/packs/core-passions.db diff --git a/system/packs/core-property.db b/system/packs/core-properties.db similarity index 100% rename from system/packs/core-property.db rename to system/packs/core-properties.db diff --git a/system/packs/core-technique.db b/system/packs/core-technique.db deleted file mode 100644 index e69de29..0000000 diff --git a/system/packs/core-peculiarity.db b/system/packs/core-techniques.db similarity index 100% rename from system/packs/core-peculiarity.db rename to system/packs/core-techniques.db diff --git a/system/packs/core-weapon.db b/system/packs/core-weapons.db similarity index 100% rename from system/packs/core-weapon.db rename to system/packs/core-weapons.db diff --git a/system/system.json b/system/system.json index ba2d46f..a3716fe 100644 --- a/system/system.json +++ b/system/system.json @@ -14,55 +14,55 @@ { "name": "core-properties", "label": "Properties", - "path": "packs/core-property.db", + "path": "packs/core-properties.db", "entity": "Item" }, { "name": "core-techniques", "label": "Techniques", - "path": "packs/core-technique.db", + "path": "packs/core-techniques.db", "entity": "Item" }, { "name": "core-items", "label": "Items", - "path": "packs/core-item.db", + "path": "packs/core-items.db", "entity": "Item" }, { "name": "core-armors", "label": "Armors", - "path": "packs/core-armor.db", + "path": "packs/core-armors.db", "entity": "Item" }, { "name": "core-weapons", "label": "Weapons", - "path": "packs/core-weapon.db", + "path": "packs/core-weapons.db", "entity": "Item" }, { "name": "core-distinctions", "label": "Distinctions", - "path": "packs/core-distinction.db", + "path": "packs/core-distinctions.db", "entity": "Item" }, { "name": "core-passions", "label": "Passions", - "path": "packs/core-passion.db", + "path": "packs/core-passions.db", "entity": "Item" }, { "name": "core-adversities", "label": "Adversities", - "path": "packs/core-adversity.db", + "path": "packs/core-adversities.db", "entity": "Item" }, { "name": "core-anxieties", "label": "Anxieties", - "path": "packs/core-anxiety.db", + "path": "packs/core-anxieties.db", "entity": "Item" }, {