adds Feinmechanik, Freizeitbedarf and Ketten

pull/61/head
macniel 2025-10-27 13:57:19 +01:00
parent 5d75e3b160
commit 6fd5dfc4be
63 changed files with 811 additions and 0 deletions

View File

@ -123,6 +123,7 @@ async function prepareDB() {
convert("./src/packs/_source/Gegenstaende/Essutensilien", "./src/packs/__source/Gegenstaende", "Equipment", false); convert("./src/packs/_source/Gegenstaende/Essutensilien", "./src/packs/__source/Gegenstaende", "Equipment", false);
convert("./src/packs/_source/Gegenstaende/Sonstiges", "./src/packs/__source/Gegenstaende", "Equipment", false); convert("./src/packs/_source/Gegenstaende/Sonstiges", "./src/packs/__source/Gegenstaende", "Equipment", false);
convert("./src/packs/_source/Gegenstaende/Werkzeug", "./src/packs/__source/Gegenstaende", "Equipment", false); convert("./src/packs/_source/Gegenstaende/Werkzeug", "./src/packs/__source/Gegenstaende", "Equipment", false);
convert("./src/packs/_source/Gegenstaende/Seile", "./src/packs/__source/Gegenstaende", "Equipment", false);
convert("./src/packs/_source/liturgien-und-segnungen", "./src/packs/__source/liturgien", "Liturgy"); convert("./src/packs/_source/liturgien-und-segnungen", "./src/packs/__source/liturgien", "Liturgy");
convert("./src/packs/_source/wunden", "./src/packs/__source/wunden", "ActiveEffect"); convert("./src/packs/_source/wunden", "./src/packs/__source/wunden", "ActiveEffect");

View File

@ -0,0 +1,23 @@
{
"name": "Armschiene (links), Bronze",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_47.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 250,
"armorValue": {
"total": 2,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 2,
"beinlinks": 0,
"armrechts": 0,
"beinrechts": 0
},
"armorHandicap": 2,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Armschiene (Links), Leder",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_126.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1,
"price": 150,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 1,
"beinlinks": 0,
"armrechts": 0,
"beinrechts": 0
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Armschiene (links), Stahl",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_137.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 350,
"armorValue": {
"total": 2,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 3,
"beinlinks": 0,
"armrechts": 0,
"beinrechts": 0
},
"armorHandicap": 2,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Armschienen (Paar), Bronze",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_47.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 250,
"armorValue": {
"total": 2,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 2,
"beinlinks": 0,
"armrechts": 2,
"beinrechts": 0
},
"armorHandicap": 2,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Armschienen (Paar), Leder",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_126.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1,
"price": 150,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 1,
"beinlinks": 0,
"armrechts": 1,
"beinrechts": 0
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Armschienen (Paar), Stahl",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_137.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 350,
"armorValue": {
"total": 2,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 3,
"beinlinks": 0,
"armrechts": 3,
"beinrechts": 0
},
"armorHandicap": 2,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Armschiene (rechts), Bronze",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_47.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 250,
"armorValue": {
"total": 2,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 0,
"armrechts": 2,
"beinrechts": 0
},
"armorHandicap": 2,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Armschiene (rechts), Leder",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_126.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1,
"price": 150,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 0,
"armrechts": 1,
"beinrechts": 0
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Armschiene (rechts), Stahl",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_137.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 350,
"armorValue": {
"total": 2,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 0,
"armrechts": 3,
"beinrechts": 0
},
"armorHandicap": 2,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Beinschiene (links), Bronze",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_54.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 175,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 2,
"armrechts": 0,
"beinrechts": 0
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Beinschiene (links), Leder",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_128.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 0.5,
"price": 125,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 1,
"armrechts": 0,
"beinrechts": 0
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Beinschiene (links), Stahl",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_142.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 250,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 3,
"armrechts": 0,
"beinrechts": 0
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Beinschienen (Paar), Bronze",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_54.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 350,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 2,
"armrechts": 0,
"beinrechts": 2
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Beinschienen (Paar), Leder",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_128.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1,
"price": 250,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 1,
"armrechts": 0,
"beinrechts": 1
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Beinschienen (Paar), Stahl",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_142.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 500,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 3,
"armrechts": 0,
"beinrechts": 3
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Beinschiene (rechts), Bronze",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_54.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 175,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 0,
"armrechts": 0,
"beinrechts": 2
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Beinschiene (rechts), Leder",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_128.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 0.5,
"price": 125,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 0,
"armrechts": 0,
"beinrechts": 1
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,23 @@
{
"name": "Beinschiene (rechts), Stahl",
"image": "systems/DSA_4-1/assets/Light Armor and extras/SODA_Icons_LightArmor_142.png",
"category": [
"Gegenstand",
"Rüstung"
],
"weight": 1.5,
"price": 250,
"armorValue": {
"total": 1,
"kopf": 0,
"brust": 0,
"ruecken": 0,
"bauch": 0,
"armlinks": 0,
"beinlinks": 0,
"armrechts": 0,
"beinrechts": 3
},
"armorHandicap": 1,
"description": ""
}

View File

@ -0,0 +1,9 @@
{
"name": "Fesselseil (1 Schritt)",
"image": "systems/DSA_4-1/assets/Adventure_Items/SODA_Icon_AdventureItems_Rope.png",
"category": [
"Gegenstand"
],
"weight": 0.25,
"price": 10
}

View File

@ -0,0 +1,9 @@
{
"name": "Hanfseil (1 Schritt)",
"image": "systems/DSA_4-1/assets/Adventure_Items/SODA_Icon_AdventureItems_Rope.png",
"category": [
"Gegenstand"
],
"weight": 0.125,
"price": 7
}

View File

@ -0,0 +1,9 @@
{
"name": "Dünne Kette (1 Schritt)",
"image": "systems/DSA_4-1/assets/Adventure_Items/SODA_Icon_AdventureItems_Chain.png",
"category": [
"Gegenstand"
],
"weight": 0.625,
"price": 40
}

View File

@ -0,0 +1,9 @@
{
"name": "Schnur (1 Schritt)",
"image": "systems/DSA_4-1/assets/Materials/SODA_Icon_Materials_String.png",
"category": [
"Gegenstand"
],
"weight": 0.025,
"price": 0.5
}

View File

@ -0,0 +1,9 @@
{
"name": "Schwere Kette (1 Schritt)",
"image": "systems/DSA_4-1/assets/Adventure_Items/SODA_Icon_AdventureItems_Chain.png",
"category": [
"Gegenstand"
],
"weight": 2,
"price": 100
}

View File

@ -0,0 +1,9 @@
{
"name": "Seidenseil (1 Schritt)",
"image": "systems/DSA_4-1/assets/Adventure_Items/SODA_Icon_AdventureItems_Rope.png",
"category": [
"Gegenstand"
],
"weight": 0.05,
"price": 120
}

View File

@ -0,0 +1,9 @@
{
"name": "Strickleiter (1 Schritt)",
"image": "systems/DSA_4-1/assets/Adventure_Items/SODA_Icon_AdventureItems_Rope.png",
"category": [
"Gegenstand"
],
"weight": 0.375,
"price": 24
}

View File

@ -0,0 +1,9 @@
{
"name": "Tau (2 Finger stark, 1 Schritt)",
"image": "systems/DSA_4-1/assets/Adventure_Items/SODA_Icon_AdventureItems_Rope.png",
"category": [
"Gegenstand"
],
"weight": 0.3,
"price": 15
}

View File

@ -0,0 +1,9 @@
{
"name": "Banner",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 1.5,
"price": 150
}

View File

@ -0,0 +1,9 @@
{
"name": "Brettspiel",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 1,
"price": 80
}

View File

@ -0,0 +1,9 @@
{
"name": "Gemälde, Öl auf Leinwand",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 1.5,
"price": 700
}

View File

@ -0,0 +1,9 @@
{
"name": "Jonglierbälle",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 0.083,
"price": 16.6
}

View File

@ -0,0 +1,9 @@
{
"name": "Kristallkugel",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 1.5,
"price": 3000
}

View File

@ -0,0 +1,9 @@
{
"name": "Meerschaumpfeife",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 0.1,
"price": 100
}

View File

@ -0,0 +1,9 @@
{
"name": "Spielkarten",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 0.25,
"price": 50
}

View File

@ -0,0 +1,9 @@
{
"name": "Statuette (1 Spann), Silber",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 0.375,
"price": 300
}

View File

@ -0,0 +1,9 @@
{
"name": "Steckenpferd",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 1,
"price": 20
}

View File

@ -0,0 +1,9 @@
{
"name": "Stoffpuppe",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 0.25,
"price": 5
}

View File

@ -0,0 +1,9 @@
{
"name": "Teppich, 1 Rechtschritt",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 4,
"price": 200
}

View File

@ -0,0 +1,9 @@
{
"name": "Wasserpfeife",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 1,
"price": 200
}

View File

@ -0,0 +1,9 @@
{
"name": "Würfel, Mammuton",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 0.025,
"price": 6.6
}

View File

@ -0,0 +1,9 @@
{
"name": "Zinnsoldat",
"image": "systems/DSA_4-1/assets/Condiments/SODA_Icon_Condiments_27.png",
"category": [
"Gegenstand"
],
"weight": 0.025,
"price": 10
}

View File

@ -0,0 +1,9 @@
{
"name": "Abakus",
"image": "systems/DSA_4-1/assets/Potions_Herbs/SODA_Icon_PortionsHerbs_Potion_Red.png",
"category": [
"Gegenstand"
],
"weight": 0.5,
"price": 100
}

View File

@ -0,0 +1,9 @@
{
"name": "Addiermaschine",
"image": "systems/DSA_4-1/assets/Potions_Herbs/SODA_Icon_PortionsHerbs_Potion_Red.png",
"category": [
"Gegenstand"
],
"weight": 3,
"price": 20000
}

View File

@ -0,0 +1,9 @@
{
"name": "Astrolabium",
"image": "systems/DSA_4-1/assets/Potions_Herbs/SODA_Icon_PortionsHerbs_Potion_Red.png",
"category": [
"Gegenstand"
],
"weight": 3,
"price": 2500
}

View File

@ -0,0 +1,9 @@
{
"name": "Brenglas",
"image": "systems/DSA_4-1/assets/Potions_Herbs/SODA_Icon_PortionsHerbs_Potion_Red.png",
"category": [
"Gegenstand"
],
"weight": 0.1,
"price": 400
}

View File

@ -0,0 +1,9 @@
{
"name": "Brille",
"image": "systems/DSA_4-1/assets/Potions_Herbs/SODA_Icon_PortionsHerbs_Potion_Red.png",
"category": [
"Gegenstand"
],
"weight": 0.075,
"price": 250
}

View File

@ -0,0 +1,9 @@
{
"name": "Handspiegel, poliertes Messing",
"image": "systems/DSA_4-1/assets/Adventure_Items/SODA_Icon_AdventureItems_Mirror.png",
"category": [
"Gegenstand"
],
"weight": 0.5,
"price": 120
}

View File

@ -0,0 +1,9 @@
{
"name": "Himmelsfernrohr",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 4,
"price": 25000
}

View File

@ -0,0 +1,9 @@
{
"name": "Hylailer Dreikreuz",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 0.75,
"price": 300
}

View File

@ -0,0 +1,9 @@
{
"name": "Lupe",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 0.125,
"price": 800
}

View File

@ -0,0 +1,9 @@
{
"name": "Orbitarium",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 10,
"price": 50000
}

View File

@ -0,0 +1,9 @@
{
"name": "Quadrant",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 0.75,
"price": 700
}

View File

@ -0,0 +1,9 @@
{
"name": "Sonnenuhr",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 1,
"price": 100
}

View File

@ -0,0 +1,9 @@
{
"name": "Stundenglas",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 0.25,
"price": 30
}

View File

@ -0,0 +1,9 @@
{
"name": "Stundenkerze",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 0.125,
"price": 80
}

View File

@ -0,0 +1,9 @@
{
"name": "Südweiser, Pendel",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 0.25,
"price": 200
}

View File

@ -0,0 +1,9 @@
{
"name": "Südweiser",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 1,
"price": 800
}

View File

@ -0,0 +1,9 @@
{
"name": "Taschenuhr",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 0.375,
"price": 8000
}

View File

@ -0,0 +1,9 @@
{
"name": "Truhenschloss",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 1,
"price": 200
}

View File

@ -0,0 +1,9 @@
{
"name": "Türschloss",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 1,
"price": 200
}

View File

@ -0,0 +1,9 @@
{
"name": "Vinsalter Ei",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 0.375,
"price": 8000
}

View File

@ -0,0 +1,9 @@
{
"name": "Vorhängeschloss",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 0.375,
"price": 400
}

View File

@ -0,0 +1,9 @@
{
"name": "Zinnspindel",
"image": "systems/DSA_4-1/assets/Weapons/SODA_Icon_Weapons_Knife.png",
"category": [
"Gegenstand"
],
"weight": 3.75,
"price": 60000
}