Compare commits

..

No commits in common. "main" and "v2.4.0" have entirely different histories.
main ... v2.4.0

413 changed files with 6475 additions and 3490 deletions

View File

@ -473,8 +473,8 @@ const updateManifest = (cb: any) => {
const result = `${repoURL}/releases/download`; const result = `${repoURL}/releases/download`;
manifest.file.url = repoURL; manifest.file.url = repoURL;
manifest.file.manifest = `${result}/latest/${manifest.name}?token=2455375115b92bc8d87c93df7159eec232456f2d`; manifest.file.manifest = `${result}/v${manifest.file.version}/${manifest.name}`;
manifest.file.download = `${result}/v${manifest.file.version}/${manifest.file.name}-v${manifest.file.version}.zip?token=2455375115b92bc8d87c93df7159eec232456f2d`; manifest.file.download = `${result}/v${manifest.file.version}/${manifest.file.name}-v${manifest.file.version}.zip`;
const prettyProjectJson = stringify(manifest.file, { const prettyProjectJson = stringify(manifest.file, {
maxLength: 35, maxLength: 35,
@ -504,7 +504,7 @@ const gitTaskBuild = (cb: gulp.TaskFunctionCallback) => {
if (!manifest) return cb(Error("could not load manifest.")); if (!manifest) return cb(Error("could not load manifest."));
return gulp return gulp
.src(`${manifest.file.name}.zip`) .src(`${manifest.file.name}-v${manifest.file.version}.zip`)
.pipe(git.checkout(`v${manifest.file.version}`, { args: "-b" })) .pipe(git.checkout(`v${manifest.file.version}`, { args: "-b" }))
.pipe(git.add({ args: "--no-all -f" })) .pipe(git.add({ args: "--no-all -f" }))
.pipe(git.commit(`v${manifest.file.version}`, { args: "-a", disableAppendPaths: true })); .pipe(git.commit(`v${manifest.file.version}`, { args: "-a", disableAppendPaths: true }));

View File

@ -1,6 +1,6 @@
{ {
"TYPES.Actor.character": "Charakter", "TYPES.Actor.character": "Charakter",
"TYPES.Actor.npc": "Kreatur / Nichtspielerfigur", "ACTOR.TypeNpc": "Kreatur / Nichtspielerfigur",
"ACTOR.TypeVehicle": "Transportmittel / Pferd etc.", "ACTOR.TypeVehicle": "Transportmittel / Pferd etc.",
"TYPES.Item.item": "Gegenstand", "TYPES.Item.item": "Gegenstand",
@ -12,455 +12,350 @@
"TYPES.Item.effect": "Aktiver Effekt", "TYPES.Item.effect": "Aktiver Effekt",
"TYPES.Item.kampfkunst": "Kampfkunst", "TYPES.Item.kampfkunst": "Kampfkunst",
"TYPES.Item.container": "Aufbewahrung", "TYPES.Item.container": "Aufbewahrung",
"TYPES.Item.class": "Klasse",
"midgard5": { "midgard5.phase-action": "Handlungsphase",
"phase-action": "Handlungsphase", "midgard5.phase-movement": "Bewegungsphase",
"phase-movement": "Bewegungsphase", "midgard5.no-encounter": "Kein Kampf",
"no-encounter": "Kein Kampf", "midgard5.encounter-not-started": "Kein aktiver Kampf",
"encounter-not-started": "Kein aktiver Kampf",
"initiative": "Initiative",
"actionrank": "Handlungsrang",
"combat-join": "Kampf Beitreten/Handlungsrang zurücksetzen", "midgard5.time-duration": "Dauer",
"combat-ranged": "Fernangriff", "midgard5.time-round": "Runde(n)",
"combat-spell": "Zaubern (10 Sec)", "midgard5.time-minute": "Minute(n)",
"midgard5.time-hour": "Stunde(n)",
"midgard5.time-limitless": "Unbegrenzt",
"time-duration": "Dauer", "midgard5.doRoll": "Würfeln",
"time-round": "Runde(n)", "midgard5.learn": "Lernen",
"time-minute": "Minute(n)",
"time-hour": "Stunde(n)",
"time-limitless": "Unbegrenzt",
"doRoll": "Würfeln", "midgard5.label": "Bezeichnung",
"learn": "Lernen", "midgard5.description": "Beschreibung",
"midgard5.Characteristic": "Merkmal",
"midgard5.characteristics": "Merkmale",
"midgard5.background": "Hintergrund",
"midgard5.attribute": "Eigenschaft",
"midgard5.attributes": "Eigenschaften",
"midgard5.points": "Punkte",
"midgard5.calculated-value": "Berechneter Wert",
"midgard5.calculated-values": "Sonstige Werte",
"label": "Bezeichnung", "midgard5.skill": "Fertigkeit",
"description": "Beschreibung", "midgard5.skill-value": "Fertigkeitswert",
"Characteristic": "Merkmal", "midgard5.fw": "FW",
"characteristics": "Merkmale", "midgard5.bonus": "Bonus",
"background": "Hintergrund", "midgard5.bonuses": "Boni",
"attribute": "Eigenschaft", "midgard5.ew": "EW",
"attributes": "Eigenschaften", "midgard5.pp-short": "PP",
"points": "Punkte", "midgard5.pp": "Praxispunkte",
"calculated-value": "Berechneter Wert",
"calculated-values": "Werte und Boni",
"skill": "Fertigkeit", "midgard5.item-value": "Wert",
"skill-value": "Fertigkeitswert", "midgard5.item-quantity": "Menge",
"fw": "FW", "midgard5.item-onbody": "Am Körper",
"bonus": "Bonus", "midgard5.item-ismagic": "Ist Magisch",
"bonuses": "Boni", "midgard5.item-wealth": "Vermögenswert",
"ew": "EW",
"pp-short": "PP",
"pp": "Praxispunkte",
"item-value": "Wert", "midgard5.actor-lp": "Lebenspunkte",
"item-quantity": "Menge", "midgard5.actor-lp-short": "LP",
"item-onbody": "Am Körper", "midgard5.actor-ap": "Ausdauerpunkte",
"item-ismagic": "Ist Magisch", "midgard5.actor-ap-short": "AP",
"item-wealth": "Vermögenswert", "midgard5.actor-st": "St",
"item-weight": "Gewicht", "midgard5.actor-st-long": "Stärke",
"item-abw": "ABW", "midgard5.actor-ko": "Ko",
"item-abw-long": "Ausbrennwahrscheinlichkeit", "midgard5.actor-ko-long": "Konstitution",
"midgard5.actor-au": "Au",
"midgard5.actor-au-long": "Aussehen",
"midgard5.actor-gs": "Gs",
"midgard5.actor-gs-long": "Geschicklichkeit",
"midgard5.actor-in": "In",
"midgard5.actor-in-long": "Intelligenz",
"midgard5.actor-pa": "pA",
"midgard5.actor-pa-long": "persönliche Ausstrahlung",
"midgard5.actor-gw": "Gw",
"midgard5.actor-gw-long": "Gewandtheit",
"midgard5.actor-zt": "Zt",
"midgard5.actor-zt-long": "Zaubertalent",
"midgard5.actor-wk": "Wk",
"midgard5.actor-wk-long": "Willenskraft",
"midgard5.actor-git": "GiT",
"midgard5.actor-git-long": "Gifttolleranz",
"actor-lp": "Lebenspunkte", "midgard5.aktuell": "Akt.",
"actor-lp-short": "LP", "midgard5.maximum": "Max.",
"actor-ap": "Ausdauerpunkte", "midgard5.attrvalue": "Wert",
"actor-ap-short": "AP", "midgard5.movementRange": "Bewegungsweite",
"actor-st": "St",
"actor-st-long": "Stärke",
"actor-ko": "Ko",
"actor-ko-long": "Konstitution",
"actor-au": "Au",
"actor-au-long": "Aussehen",
"actor-gs": "Gs",
"actor-gs-long": "Geschicklichkeit",
"actor-in": "In",
"actor-in-long": "Intelligenz",
"actor-pa": "pA",
"actor-pa-long": "persönliche Ausstrahlung",
"actor-gw": "Gw",
"actor-gw-long": "Gewandtheit",
"actor-zt": "Zt",
"actor-zt-long": "Zaubertalent",
"actor-wk": "Wk",
"actor-wk-long": "Willenskraft",
"actor-git": "GiT",
"actor-git-long": "Gifttolleranz",
"aktuell": "Akt.", "midgard5.base_values": "Grundwerte",
"maximum": "Max.", "midgard5.skills": "Fertigkeiten",
"attrvalue": "Wert", "midgard5.gear": "Ausrüstung",
"movementRange": "Bewegungsweite", "midgard5.spells": "Zauber",
"midgard5.effects": "Aktive Effekte",
"midgard5.kampfkuenste": "Kampfkünste",
"midgard5.combat": "Kampf",
"base_values": "Grundwerte",
"skills": "Fertigkeiten",
"gear": "Ausrüstung",
"spells": "Zauber",
"effects": "Aktive Effekte",
"kampfkuenste": "Kampfkünste",
"combat": "Kampf",
"actor-name": "Figur", "midgard5.actor-name": "Figur",
"level": "Grad", "midgard5.level": "Grad",
"class": "Typ", "midgard5.class": "Typ",
"race": "Rasse", "midgard5.race": "Rasse",
"magicUsing": "Zauberkundig", "midgard5.magicUsing": "Zauberkundig",
"gender": "Geschlecht", "midgard5.gender": "Geschlecht",
"weight": "Gewicht", "midgard5.weight": "Gewicht",
"height": "Größe", "midgard5.height": "Größe",
"shape": "Gestalt", "midgard5.shape": "Gestalt",
"age": "Alter", "midgard5.age": "Alter",
"caste": "Stand", "midgard5.caste": "Stand",
"occupation": "Beruf", "midgard5.occupation": "Beruf",
"origin": "Heimat", "midgard5.origin": "Heimat",
"faith": "Glaube", "midgard5.faith": "Glaube",
"currency": "Geld", "midgard5.currency": "Geld",
"currency-gold": "Gold", "midgard5.currency-gold": "Gold",
"currency-silver": "Silber", "midgard5.currency-silver": "Silber",
"currency-copper": "Kupfer", "midgard5.currency-copper": "Kupfer",
"currency-wealth": "Vermögen in GS", "midgard5.currency-wealth": "Vermögen in GS",
"currency-available": "verfügbares Vermögen", "midgard5.currency-available": "verfügbares Vermögen",
"hoard": "aktueller Hort", "midgard5.hoard": "aktueller Hort",
"hoardMin": "benötigter Mindesthort", "midgard5.hoardMin": "benötigter Mindesthort",
"hoard-next": "Hort für nächsten Grad", "midgard5.hoard-next": "Hort für nächsten Grad",
"hoarded": "Hort", "midgard5.hoarded": "Hort",
"no-container": "Ohne", "midgard5.no-container": "Ohne",
"encumbrance": "Getragene Last", "midgard5.exp-overall": "Erfahrungsschatz",
"load": "Normallast", "midgard5.exp-available": "Erfahrungspunkte",
"heavy-load": "Schwere Last", "midgard5.grace": "Göttliche Gnade",
"thrust-load": "Schublast", "midgard5.destiny": "Schicksalsgunst",
"load-max": "Höchstlast", "midgard5.luckPoints": "Glückspunkte",
"capacity": "Tragkraft",
"exp-overall": "Erfahrungsschatz", "midgard5.abrichten": "Abrichten",
"exp-available": "Erfahrungspunkte", "midgard5.akrobatik": "Akrobatik",
"grace": "Göttliche Gnade", "midgard5.alchimie": "Alchimie",
"destiny": "Schicksalsgunst", "midgard5.anfuehren": "Anführen",
"luckPoints": "Glückspunkte", "midgard5.askese": "Askese",
"midgard5.astrologie": "Astrologie",
"midgard5.athletik": "Athletik",
"midgard5.balancieren": "Balancieren",
"midgard5.beidhaendigerKampf": "Beidhändiger Kampf",
"midgard5.bergreiten": "Bergreiten",
"midgard5.beredsamkeit": "Beredsamkeit",
"midgard5.betaeuben": "Betäuben",
"midgard5.betaeubungsgriff": "Betäubungsgriff",
"midgard5.bootfahren": "Bootfahren",
"midgard5.dickhaeuterLenken": "Dickhäuter lenken",
"midgard5.ersteHilfe": "Erste Hilfe",
"midgard5.etikette": "Etikette",
"midgard5.fallenEntdecken": "Fallen entdecken",
"midgard5.fallenmechanik": "Fallenmechanik",
"midgard5.faelschen": "Fälschen",
"midgard5.fangen": "Fangen",
"midgard5.fechten": "Fechten",
"midgard5.feueralchimie": "Feueralchimie",
"midgard5.gassenwissen": "Gassenwissen",
"midgard5.gaukeln": "Gaukeln",
"midgard5.gelaendelauf": "Geländelauf",
"midgard5.geraetekunde": "Gerätekunde",
"midgard5.geschaeftssinn": "Geschäftssinn",
"midgard5.gluecksspiel": "Glücksspiel",
"midgard5.heilkunde": "Heilkunde",
"midgard5.kampfInVollruestung": "Kampf in Vollrüstung",
"midgard5.kampfInSchlachtreihe": "Kampf in Schlachtreihe",
"midgard5.kampfkunst": "Kampfkunst",
"midgard5.kido": "Kido",
"midgard5.klettern": "Klettern",
"midgard5.landeskunde": "Landeskunde",
"midgard5.laufen": "Laufen",
"midgard5.lesenVonZauberschrift": "Lesen von Zauberschrift",
"midgard5.lesenVonZauberrunen": "Lesen von Zauberrunen",
"midgard5.meditieren": "Meditieren",
"midgard5.menschenkenntnis": "Menschenkenntnis",
"midgard5.meucheln": "Meucheln",
"midgard5.musizieren": "Musizieren",
"midgard5.naturkunde": "Naturkunde",
"midgard5.ninjutsu": "NinJutsu",
"midgard5.orakelkunst": "Orakelkunst",
"midgard5.pflanzenkunde": "Pflanzenkunde",
"midgard5.raunen": "Raunen",
"midgard5.reiten": "Reiten",
"midgard5.reiterkampf": "Reiterkampf",
"midgard5.rutengehen": "Rutengehen",
"midgard5.scharfschiessen": "Scharfschießen",
"midgard5.schiesskunst": "Schießkunst",
"midgard5.schleichen": "Schleichen",
"midgard5.schloesserOeffnen": "Schlösser öffnen",
"midgard5.schmerzErtragen": "Schmerzen ertragen",
"midgard5.schwimmen": "Schwimmen",
"midgard5.seilkunst": "Seilkunst",
"midgard5.selbstkontrolle": "Selbstkontrolle",
"midgard5.singen": "Singen",
"midgard5.skifahren": "Skifahren",
"midgard5.spinnengang": "Spinnengang",
"midgard5.speerfechten": "Speerfechten",
"midgard5.spurensuche": "Spurensuche",
"midgard5.stehlen": "Stehlen",
"midgard5.taitschi": "TaiTschi",
"midgard5.tarnen": "Tarnen",
"midgard5.tanzen": "Tanzen",
"midgard5.tauchen": "Tauchen",
"midgard5.thaumagraphie": "Thaumagraphie",
"midgard5.thaumalogie": "Thaumalogie",
"midgard5.tierkunde": "Tierkunde",
"midgard5.ueberleben": "Überleben",
"midgard5.verfuehren": "Verführen",
"midgard5.verhoeren": "Verhören",
"midgard5.verstellen": "Verstellen",
"midgard5.volkstanz": "Volkstanz",
"midgard5.wagenlenken": "Wagenlenken",
"midgard5.wahrsagen": "Wahrsagen",
"midgard5.wasserkampf": "Wasserkampf",
"midgard5.zauberkunde": "Zauberkunde",
"abrichten": "Abrichten", "midgard5.armor": "Rüstung",
"akrobatik": "Akrobatik", "midgard5.defense": "Abwehr",
"alchimie": "Alchimie", "midgard5.damageBonus": "Schadensbonus",
"anfuehren": "Anführen", "midgard5.damageBonus-short": "SchB",
"askese": "Askese", "midgard5.attackBonus": "Angriffsbonus",
"astrologie": "Astrologie", "midgard5.attackBonus-short": "AnB",
"athletik": "Athletik", "midgard5.defenseBonus": "Abwehrbonus",
"balancieren": "Balancieren", "midgard5.defenseBonus-short": "AbB",
"beidhaendigerKampf": "Beidhändiger Kampf", "midgard5.movementBonus": "Bewegunsbonus",
"bergreiten": "Bergreiten", "midgard5.resistanceMind": "Resistenz Geist",
"beredsamkeit": "Beredsamkeit", "midgard5.resistanceBody": "Resistenz Körper",
"betaeuben": "Betäuben", "midgard5.spellCasting": "Zaubern",
"betaeubungsgriff": "Betäubungsgriff", "midgard5.spellBonus": "Zauberbonus",
"bildendeKuensteA": "Bildende Künste (Architektur)", "midgard5.brawl": "Raufen",
"bildendeKuensteB": "Bildende Künste (Bildhauerei)", "midgard5.poisonResistance": "Gifttolleranz",
"bildendeKuensteG": "Bildende Künste (Grafik)", "midgard5.enduranceBonus": "Ausdauerbonus",
"bildendeKuensteM": "Bildende Künste (Malerei)", "midgard5.lpProtection": "Rüstungsschutz (LP)",
"bootfahren": "Bootfahren", "midgard5.apProtection": "Rüstungsschutz (AP)",
"dickhaeuterLenken": "Dickhäuter lenken", "midgard5.perception": "Wahrnehmung",
"ersteHilfe": "Erste Hilfe", "midgard5.drinking": "Trinken",
"etikette": "Etikette",
"fallenEntdecken": "Fallen entdecken",
"fallenmechanik": "Fallenmechanik",
"faelschen": "Fälschen",
"fangen": "Fangen",
"fechten": "Fechten",
"fechtkunst": "Fechtkunst",
"feueralchimie": "Feueralchimie",
"gassenwissen": "Gassenwissen",
"gaukeln": "Gaukeln",
"gelaendelauf": "Geländelauf",
"geraetekunde": "Gerätekunde",
"geschaeftssinn": "Geschäftssinn",
"gluecksspiel": "Glücksspiel",
"heilkunde": "Heilkunde",
"kampfInVollruestung": "Kampf in Vollrüstung",
"kampfInSchlachtreihe": "Kampf in Schlachtreihe",
"kampfkunst": "Kampfkunst",
"kido": "Kido",
"klettern": "Klettern",
"landeskunde": "Landeskunde",
"laufen": "Laufen",
"lesenVonZauberschrift": "Lesen von Zauberschrift",
"lesenVonZauberrunen": "Lesen von Zauberrunen",
"meditieren": "Meditieren",
"menschenkenntnis": "Menschenkenntnis",
"meucheln": "Meucheln",
"musizierenFloete": "Musizieren (Flöten)",
"musizierenBlas": "Musizieren (Blasinstrumente)",
"musizierenRythmus": "Musizieren (Rythmusinstrumente)",
"musizierenStreich": "Musizieren (Streichinstrumente)",
"musizierenZupf": "Musizieren (Zupfinstrumente)",
"naturkunde": "Naturkunde",
"ninjutsu": "NinJutsu",
"orakelkunst": "Orakelkunst",
"pflanzenkunde": "Pflanzenkunde",
"raunen": "Raunen",
"reiten": "Reiten",
"reiterkampf": "Reiterkampf",
"rutengehen": "Rutengehen",
"scharfschiessen": "Scharfschießen",
"schiesskunst": "Schießkunst",
"schleichen": "Schleichen",
"schloesserOeffnen": "Schlösser öffnen",
"schmerzErtragen": "Schmerzen ertragen",
"schwimmen": "Schwimmen",
"seilkunst": "Seilkunst",
"selbstkontrolle": "Selbstkontrolle",
"singen": "Singen",
"skifahren": "Skifahren",
"spinnengang": "Spinnengang",
"speerfechten": "Speerfechten",
"spurensuche": "Spurensuche",
"stehlen": "Stehlen",
"taitschi": "TaiTschi",
"tarnen": "Tarnen",
"tanzen": "Tanzen",
"tauchen": "Tauchen",
"thaumagraphie": "Thaumagraphie",
"thaumalogie": "Thaumalogie",
"tierkunde": "Tierkunde",
"ueberlebenWald": "Überleben (Wald)",
"ueberlebenSteppe": "Überleben (Steppe)",
"ueberlebenGebirge": "Überleben (Gebirge)",
"verfuehren": "Verführen",
"verhoeren": "Verhören",
"verstellen": "Verstellen",
"volkstanz": "Volkstanz",
"wagenlenken": "Wagenlenken",
"wahrsagen": "Wahrsagen",
"wasserkampf": "Wasserkampf",
"zauberkunde": "Zauberkunde",
"armor": "Rüstung", "midgard5.new-skill": "Neue Fertigkeit",
"defense": "Abwehr", "midgard5.special": "Spezial",
"damageBonus": "Schadensbonus", "midgard5.learned-skill": "Gelernte Fertigkeit",
"damageBonus-short": "SchB", "midgard5.learned-skills": "Gelernte Fertigkeiten",
"attackBonus": "Angriffsbonus", "midgard5.language": "Sprache",
"attackBonus-short": "AnB", "midgard5.languages": "Sprachen",
"defenseBonus": "Abwehrbonus", "midgard5.weapon-skill": "Waffenfertigkeit",
"defenseBonus-short": "AbB", "midgard5.weapon-skills": "Waffenfertigkeiten",
"movementBonus": "Bewegunsbonus", "midgard5.unlearned-skill": "Ungelernte Fertigkeit",
"resistanceMind": "Resistenz Geist", "midgard5.unlearned-skills": "Ungelernte Fertigkeiten",
"resistanceBody": "Resistenz Körper", "midgard5.innate-ability": "Angeborene/Besondere Fertigkeit",
"spellCasting": "Zaubern", "midgard5.innate-abilities": "Angeborene/Besondere Fertigkeit",
"spellBonus": "Zauberbonus",
"brawl": "Raufen",
"poisonResistance": "Gifttolleranz",
"enduranceBonus": "Ausdauerbonus",
"lpProtection": "Rüstungsschutz (LP)",
"apProtection": "Rüstungsschutz (AP)",
"deprivation": "Zähigkeit",
"deprivations": "Entbehrungen",
"deprivationCold": "Zähigkeit Kälte",
"deprivationHeat": "Zähigkeit Hitze",
"deprivationFood": "Zähigkeit Durst/Hunger",
"new-skill": "Neue Fertigkeit", "midgard5.base-damage": "Grundschaden",
"special": "Spezial", "midgard5.weapon": "Waffe",
"learned-skill": "Gelernte Fertigkeit", "midgard5.weapons": "Waffen",
"learned-skills": "Gelernte Fertigkeiten", "midgard5.defensive-weapon": "Verteidigungswaffe",
"language": "Sprache", "midgard5.defensive-weapons": "Verteidigungswaffen",
"languages": "Sprachen", "midgard5.no-skill": "Keine Fertigkeit",
"writings": "Schriften", "midgard5.magic": "magisch",
"weapon-skill": "Waffenfertigkeit", "midgard5.valuable": "Vermögen",
"weapon-skills": "Waffenfertigkeiten", "midgard5.equipped": "Ausgerüstet",
"unlearned-skill": "Ungelernte Fertigkeit", "midgard5.active": "Aktiv",
"unlearned-skills": "Ungelernte Fertigkeiten", "midgard5.rangedWeapon": "Schusswaffe",
"innate-ability": "Angeborene/Besondere Fähigkeit", "midgard5.assignItemToCharacter": "Füge Gegenstand einem Charakter hinzu, um hier etwas auswählen zu können",
"innate-abilities": "Angeborene und besondere Fähigkeiten",
"base-damage": "Grundschaden", "midgard5.pw": "Prüfwurf",
"weapon": "Waffe", "midgard5.attack": "Angriff",
"weapons": "Waffen", "midgard5.damage": "Schaden",
"defensive-weapon": "Verteidigungswaffe",
"defensive-weapons": "Verteidigungswaffen",
"no-skill": "Keine Fertigkeit",
"magic": "magisch",
"valuable": "Vermögen",
"equipped": "Ausgerüstet",
"active": "Aktiv",
"rangedWeapon": "Schusswaffe",
"assignItemToCharacter": "Füge Gegenstand einem Charakter hinzu, um hier etwas auswählen zu können",
"showAll": "Alle anzeigen",
"showUnlearned": "Ungelernte Fertigkeiten",
"wealthAndWeight": "Vermögen und Lasten",
"itemsInContainers": "Gegenstände in Aufbewahrung",
"allItems": "Alle Gegenstände",
"pw": "Prüfwurf", "midgard5.spell-process-none": "Ohne",
"attack": "Angriff", "midgard5.spell-process-beherrschen": "Beherrschen",
"damage": "Schaden", "midgard5.spell-process-bewegen": "Bewegen",
"midgard5.spell-process-erkennen": "Erkennen",
"midgard5.spell-process-erschaffen": "Erschaffen",
"midgard5.spell-process-formen": "Formen",
"midgard5.spell-process-veraendern": "Verändern",
"midgard5.spell-process-zerstoeren": "Zerstören",
"midgard5.spell-process-wundertat": "Wundertat",
"midgard5.spell-process-dweomer": "Dweomer",
"midgard5.spell-process-zauberlied": "Zauberlied",
"midgard5.spell-process-salz": "Salz",
"midgard5.spell-process-thaumagraphie": "Thaumagraphie",
"midgard5.spell-process-beschwoeren": "Beschwören",
"midgard5.spell-process-nekromantie": "Nekromantie",
"midgard5.spell-process-thaumatherapie": "Thaumatherapie",
"midgard5.spell-process-zaubermittel": "Zaubermittel",
"midgard5.spell-process-zauberschutz": "Zauberschutz",
"skill-goup-alltag": "Alltag", "midgard5.spell-type-gedanke": "Gedanke",
"skill-goup-freiland": "Freiland", "midgard5.spell-type-geste": "Geste",
"skill-goup-halbwelt": "Halbwelt", "midgard5.spell-type-wort": "Wort",
"skill-goup-kampf": "Kampf",
"skill-goup-koerper": "Körper",
"skill-goup-sozial": "Sozial",
"skill-goup-unterwelt": "Unterwelt",
"skill-goup-waffen": "Waffen",
"skill-goup-wissen": "Wissen",
"spell-process-none": "Ohne", "midgard5.spell-target-umgebung": "Umgebung",
"spell-process-artefakte": "Artefakte", "midgard5.spell-target-geist": "Geist",
"spell-process-beherrschen": "Beherrschen", "midgard5.spell-target-koerper": "Körper",
"spell-process-bewegen": "Bewegen",
"spell-process-beschwoeren": "Beschwören",
"spell-process-blutmagie": "Blutmagie",
"spell-process-chaoswunder": "Chaoswunder",
"spell-process-dweomer": "Dweomer",
"spell-process-erkennen": "Erkennen",
"spell-process-erschaffen": "Erschaffen",
"spell-process-erhaltung": "Erhaltung",
"spell-process-formen": "Formen",
"spell-process-finstere_magie": "Finstere Magie",
"spell-process-kampfverse": "Kampfverse",
"spell-process-namensmagie": "Namensmagie",
"spell-process-nekromantie": "Nekromantie",
"spell-process-runenstaebe": "Runenstäbe",
"spell-process-thaumatherapie": "Thaumatherapie",
"spell-process-thaumagraphie": "Thaumagraphie",
"spell-process-veraendern": "Verändern",
"spell-process-vigilsignien": "Vigilsignien",
"spell-process-wundertat": "Wundertat",
"spell-process-wilder_dweomer": "Wilder Dweomer",
"spell-process-zerstoeren": "Zerstören",
"spell-process-zauberlied": "Zauberlieder",
"spell-process-zaubersalz": "Zaubersalze",
"spell-process-zaubermittel": "Zaubermittel",
"spell-process-zauberschutz": "Zauberschutz",
"spell-process-zauberrunen": "Zauberrunen",
"spell-process-zaubersiegel": "Zaubersiegel",
"spell-process-zaubertaenze": "Zaubertänze",
"spell-process-zauberblaetter": "Zauberblätter",
"spell-type-gedanke": "Gedanke", "midgard5.spell-type": "Art",
"spell-type-geste": "Geste", "midgard5.spell-process": "Prozess",
"spell-type-wort": "Wort", "midgard5.spell-castDuration": "Zauberdauer",
"midgard5.spell-range": "Reichweite",
"midgard5.spell-effectTarget": "Wirkunsziel",
"midgard5.spell-effectArea": "Wirkungsbereich",
"midgard5.spell-effectDuration": "Wirkungsdauer",
"midgard5.spell-origin": "Ursprung",
"spell-target-umgebung": "Umgebung", "midgard5.kampfkunst-type": "Kampfkunst Art",
"spell-target-geist": "Geist", "midgard5.kampfkunst-variante": "Kampfkunst Variante",
"spell-target-koerper": "Körper", "midgard5.kampfkunst-variante-short": "Var",
"midgard5.kido-type": "Kido Art",
"midgard5.kido-variante": "Kido Variante",
"spell-type": "Art", "midgard5.kampfkunst-type-angriff": "Angriffstechnik",
"spell-process": "Prozess", "midgard5.kampfkunst-type-verteidigung": "Verteidigungstechnik",
"spell-castDuration": "Zauberdauer", "midgard5.kampfkunst-type-finte": "Finte",
"spell-castDuration-short": "Zd", "midgard5.kampfkunst-type-geist": "Geistestechnik",
"spell-range": "Reichweite", "midgard5.kampfkunst-type-schießkunst": "Schießkunst",
"spell-range-short": "Rw", "midgard5.kampfkunst-type-fechten": "Fechtkunst",
"spell-effectTarget": "Wirkunsziel", "midgard5.kido-type-angriff": "Kido Angriffstechnik",
"spell-effectTarget-short": "Wz", "midgard5.kido-type-verteidigung": "Kido Verteidigungstechnik",
"spell-effectArea": "Wirkungsbereich", "midgard5.kido-type-finte": "Kido Finte",
"spell-effectArea-short": "Wb", "midgard5.kido-type-leib": "Kido Leibestechnik",
"spell-effectDuration": "Wirkungsdauer",
"spell-effectDuration-short": "Wd",
"spell-origin": "Ursprung",
"spell-agens": "Agens",
"spell-reagens": "Reagens",
"spell-material": "Zaubermaterial",
"spell-rank": "Stufe",
"kampfkunst-type": "Form", "midgard5.kampfkunst-variante-anstuermen": "Anstürmen",
"kampfkunst-variante": "Variante", "midgard5.kampfkunst-variante-attackieren": "Attackieren",
"kampfkunst-variante-short": "Var", "midgard5.kampfkunst-variante-entwaffnen": "Entwaffnen",
"kampfkunst-ep": "Erfahrungspunkte",
"kampfkunst-rank": "Stufe der Technik",
"kampfkunst-weapon": "Waffengruppe",
"kampfkunst-enemy": "Einschränkungen durch Art der Gegner",
"kampfkunst-type-angriff": "Angriff", "midgard5.kido-variante-anspringen": "Anspringen",
"kampfkunst-type-verteidigung": "Verteidigung", "midgard5.kido-variante-attackieren": "Attackieren",
"kampfkunst-type-finte": "Finte", "midgard5.kido-variante-entwaffnen": "Entwaffnen",
"kampfkunst-type-geist": "Geistestechnik", "midgard5.kido-variante-werfen": "Werfen",
"kampfkunst-type-schießkunst": "Schießkunst", "midgard5.kido-variante-ausweichen": "Ausweichen",
"kampfkunst-type-fechtkunst": "Fechtkunst", "midgard5.kido-variante-blockieren": "Blockieren",
"midgard5.kido-variante-bewegen": "Bewegen",
"midgard5.kido-variante-kontrollieren": "Kontrollieren",
"kampfkunst-variante-anstuermen": "Anstürmen", "midgard5.mod-operation-add100": "Addieren (max 100)",
"kampfkunst-variante-attackieren": "Attackieren", "midgard5.mod-operation-roll": "Wurf Modifikation",
"kampfkunst-variante-entwaffnen": "Entwaffnen", "midgard5.mod-operation-add": "Addieren",
"kampfkunst-variante-fechten": "Fechten", "midgard5.mod-operation-set": "Basiswert",
"kampfkunst-variante-schusstechnik": "Schusstechnik", "midgard5.mod-operation-fixed": "Fester Wert",
"kampfkunst-variante-finten": "Finten", "midgard5.mod-operation-subtract": "Subtrahieren",
"kampfkunst-variante-geistestechnik": "Geistestechnik", "midgard5.mod-operation-multiply": "Multiplizieren",
"kampfkunst-variante-verteidigung": "Verteidigung", "midgard5.mod-operation-division": "Dividieren",
"kido-type": "KiDo Form", "midgard5.mod-stat-defenseBonus": "Abwehrbonus",
"kido-variante": "KiDo Variante", "midgard5.mod-stat-attackBonus": "Angriffsbonus",
"kido-color": "Kampfstilfarbe", "midgard5.mod-stat-damageBonus": "Schadensbonus",
"kido-style": "Art der Technik", "midgard5.mod-stat-movement": "Bewegung",
"kido-rank": "Stufe der Technik", "midgard5.mod-stat-resistanceMind": "Resistenz Geist",
"kido-grade": "Ausbildungsgrad", "midgard5.mod-stat-resistanceBody": "Resistenz Körper",
"kido-enemy": "Einschränkungen durch Art der Gegner", "midgard5.mod-stat-spellCasting": "Zaubern",
"kido-weapon": "Waffengruppe", "midgard5.mod-stat-brawl": "Raufen",
"midgard5.mod-stat-poisonResistance": "Gifttolleranz",
"midgard5.mod-stat-lp": "Lebenspunkte",
"midgard5.mod-stat-ap": "Ausdauerpunkte",
"midgard5.mod-stat-lpProtection": "Rüstungsschutz (LP)",
"midgard5.mod-stat-apProtection": "Rüstungsschutz (AP)",
"midgard5.mod-stat-perception": "Wahrnehmung",
"midgard5.mod-stat-drinking": "Trinken",
"kido-type-angriff": "Kido Angriff", "midgard5.mod-type": "Typ der Modifikation",
"kido-type-verteidigung": "Kido Verteidigung", "midgard5.mod-id": "Was soll modifiziert werden",
"kido-type-finte": "Kido Finte", "midgard5.mod-operation": "Wie soll modifiziert werden",
"kido-type-leib": "Kido Leibestechnik", "midgard5.mod-value": "Wert",
"kido-variante-anspringen": "Anspringen", "midgard5.type": "Typ",
"kido-variante-attackieren": "Attackieren", "midgard5.formula": "Formel",
"kido-variante-entwaffnen": "Entwaffnen", "midgard5.roll": "Wurf"
"kido-variante-werfen": "Werfen",
"kido-variante-ausweichen": "Ausweichen",
"kido-variante-blockieren": "Blockieren",
"kido-variante-bewegen": "Bewegen",
"kido-variante-kontrollieren": "Kontrollieren",
"kido-variante-finte": "Finte",
"mod-operation-add100": "Addieren (max 100)",
"mod-operation-roll": "Wurf Modifikation",
"mod-operation-add": "Addieren",
"mod-operation-set": "Basiswert",
"mod-operation-fixed": "Fester Wert",
"mod-operation-subtract": "Subtrahieren",
"mod-operation-multiply": "Multiplizieren",
"mod-operation-division": "Dividieren",
"mod-stat-defenseBonus": "Abwehrbonus",
"mod-stat-attackBonus": "Angriffsbonus",
"mod-stat-damageBonus": "Schadensbonus",
"mod-stat-movement": "Bewegung",
"mod-stat-resistanceMind": "Resistenz Geist",
"mod-stat-resistanceBody": "Resistenz Körper",
"mod-stat-spellCasting": "Zaubern",
"mod-stat-brawl": "Raufen",
"mod-stat-poisonResistance": "Gifttolleranz",
"mod-stat-lp": "Lebenspunkte",
"mod-stat-ap": "Ausdauerpunkte",
"mod-stat-lpProtection": "Rüstungsschutz (LP)",
"mod-stat-apProtection": "Rüstungsschutz (AP)",
"mod-stat-deprivationCold": "Entbehrungen Kälte",
"mod-stat-deprivationHeat": "Entbehrungen Hitze",
"mod-stat-deprivationFood": "Entbehrungen Durst/Hunger",
"mod-type": "Typ der Modifikation",
"mod-id": "Was soll modifiziert werden",
"mod-operation": "Wie soll modifiziert werden",
"mod-value": "Wert",
"type": "Typ",
"formula": "Formel",
"roll": "Wurf",
"chat": {
"luckPoint": "Glückspunkt",
"destiny": "Schicksalsgunst",
"modify": "Nachträglich",
"cancel": "Abbrechen",
"roll": "Würfeln",
"reroll": "Neuwürfeln",
"options": {
"modifier": "Wurfmodifikator",
"difficulty": "Erfolg",
"rollMode": "Würfelmodus"
}
}
}
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "foundry-system-midgard5", "name": "foundry-system-midgard5",
"version": "2.7.2", "version": "2.4.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -0,0 +1,472 @@
{
"name": "Grad 01",
"type": "character",
"img": "icons/svg/mystery-man.svg",
"system": {
"lp": {
"value": 15,
"min": 0,
"max": 15
},
"ap": {
"value": 20,
"min": 0,
"max": 20
},
"attributes": {
"st": {
"value": 50,
"bonus": 0
},
"gs": {
"value": 50,
"bonus": 0
},
"gw": {
"value": 50,
"bonus": 0
},
"ko": {
"value": 50,
"bonus": 0
},
"in": {
"value": 50,
"bonus": 0
},
"zt": {
"value": 50,
"bonus": 0
},
"au": {
"value": 50,
"bonus": 0
},
"pa": {
"value": 50,
"bonus": 0
},
"wk": {
"value": 50,
"bonus": 0
}
},
"info": {
"description": "",
"class": "",
"race": "",
"magicUsing": false,
"gender": "",
"weight": "",
"height": "",
"shape": "",
"age": "",
"caste": "",
"occupation": "",
"origin": "",
"faith": ""
},
"es": 0,
"ep": 0,
"gg": 0,
"sg": 0,
"gp": 2,
"skills": {
"general": {
"akrobatik": {
"fw": 6,
"attribute": "gw",
"initial": 8,
"pp": 0
},
"alchimie": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"anfuehren": {
"fw": 6,
"attribute": "pa",
"initial": 8,
"pp": 0
},
"athletik": {
"fw": 0,
"attribute": "st",
"initial": 8,
"pp": 0
},
"balancieren": {
"fw": 6,
"attribute": "gw",
"initial": 8,
"pp": 0
},
"beidhaendigerKampf": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"beredsamkeit": {
"fw": 3,
"attribute": "pa",
"initial": 8,
"pp": 0
},
"betaeuben": {
"fw": 6,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"bootfahren": {
"fw": 3,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"ersteHilfe": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"etikette": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"fallenEntdecken": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"fallenmechanik": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"faelschen": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"fechten": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"gassenwissen": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"gaukeln": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"gelaendelauf": {
"fw": 6,
"attribute": "gw",
"initial": 8,
"pp": 0
},
"geraetekunde": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"geschaeftssinn": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"gluecksspiel": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"heilkunde": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"kampfInVollruestung": {
"fw": 0,
"attribute": "st",
"initial": 8,
"pp": 0
},
"klettern": {
"fw": 6,
"attribute": "st",
"initial": 8,
"pp": 0
},
"landeskunde": {
"fw": 6,
"attribute": "in",
"initial": 8,
"pp": 0
},
"laufen": {
"fw": 0,
"attribute": "ko",
"initial": 8,
"pp": 0
},
"lesenVonZauberschrift": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"meditieren": {
"fw": 0,
"attribute": "wk",
"initial": 8,
"pp": 0
},
"menschenkenntnis": {
"fw": 3,
"attribute": "in",
"initial": 8,
"pp": 0
},
"meucheln": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"musizieren": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"naturkunde": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"pflanzenkunde": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"reiten": {
"fw": 6,
"attribute": "gw",
"initial": 8,
"pp": 0
},
"reiterkampf": {
"fw": 0,
"attribute": "gw",
"initial": 8,
"pp": 0
},
"scharfschiessen": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"schleichen": {
"fw": 3,
"attribute": "gw",
"initial": 8,
"pp": 0
},
"schloesserOeffnen": {
"fw": 0,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"schwimmen": {
"fw": 3,
"attribute": "gw",
"initial": 8,
"pp": 0
},
"seilkunst": {
"fw": 3,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"spurensuche": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"stehlen": {
"fw": 3,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"tarnen": {
"fw": 3,
"attribute": "gw",
"initial": 8,
"pp": 0
},
"tauchen": {
"fw": 6,
"attribute": "ko",
"initial": 8,
"pp": 0
},
"tierkunde": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
},
"ueberleben": {
"fw": 6,
"attribute": "in",
"initial": 8,
"pp": 0
},
"verfuehren": {
"fw": 3,
"attribute": "pa",
"initial": 8,
"pp": 0
},
"verhoeren": {
"fw": 3,
"attribute": "pa",
"initial": 8,
"pp": 0
},
"verstellen": {
"fw": 3,
"attribute": "pa",
"initial": 8,
"pp": 0
},
"wagenlenken": {
"fw": 3,
"attribute": "gs",
"initial": 8,
"pp": 0
},
"zauberkunde": {
"fw": 0,
"attribute": "in",
"initial": 8,
"pp": 0
}
}
},
"calc": {}
},
"prototypeToken": {
"name": "Spielfigur",
"displayName": 0,
"actorLink": false,
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"width": 1,
"height": 1,
"lockRotation": false,
"rotation": 0,
"alpha": 1,
"disposition": -1,
"displayBars": 0,
"bar1": {
"attribute": "lp"
},
"bar2": {
"attribute": "ap"
},
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"color": null,
"coloration": 1,
"dim": 0,
"attenuation": 0.5,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"type": null,
"speed": 5,
"intensity": 5,
"reverse": false
},
"darkness": {
"min": 0,
"max": 1
}
},
"sight": {
"enabled": false,
"range": null,
"angle": 360,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"brightness": 0,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"flags": {},
"randomImg": false
},
"items": [],
"effects": [],
"flags": {
"core": {
"sourceId": "Actor.25UihsoT43jms4Rx"
}
},
"_stats": {
"systemId": "midgard5",
"systemVersion": "1.1.0",
"coreVersion": "10.291",
"createdTime": 1681861642287,
"modifiedTime": 1681862257893,
"lastModifiedBy": "Fphp3NQlJ6KWctyq"
},
"folder": null,
"sort": 0,
"ownership": {
"default": 0,
"Fphp3NQlJ6KWctyq": 3
},
"_id": "k21WA0JziDJ7yJ1U"
}

View File

@ -1 +0,0 @@
JSON files for ompendium packs can be added here

View File

@ -0,0 +1 @@
{"name": "Angelhaken", "type": "item", "img": "icons/tools/fishing/hook-barbed-steel-blue.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": null, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700336817949, "modifiedTime": 1700344214956, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "ptPhWX3Otql5YD5K", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Angelschnur", "type": "item", "img": "icons/tools/fishing/reel-brown-white.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700336890575, "modifiedTime": 1700344214956, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "HtgeX3gqlYUNmoT7", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Armbrustbolzen", "type": "item", "img": "icons/weapons/ammunition/arrows-broadhead-white.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700336933022, "modifiedTime": 1700344214956, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "E9BcGFvPHIG8uFAt", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Berserkerpilz", "type": "item", "img": "icons/consumables/mushrooms/umbontae-green.webp", "system": {"description": "<p>ARK S. 174</p><p></p><p>@UUID[Compendium.midgard5.kampfzustaende.Item.]{Berserkergang}</p>", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337107612, "modifiedTime": 1700344214956, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "6HhMzrc0X70FM0Bo", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Blasrohrnadel", "type": "item", "img": "icons/weapons/ammunition/arrows-fletching.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337134535, "modifiedTime": 1700344214957, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "Zq43rQLtzBLeJUqf", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Bleikugel", "type": "item", "img": "icons/weapons/ammunition/shot-round-lead.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337162880, "modifiedTime": 1700344214957, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "tuEU5XXed5g5N1Y6", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Bolzenk\u00f6cher", "type": "item", "img": "icons/containers/ammunition/arrows-quiver-grey-gold.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340687915, "modifiedTime": 1700344214963, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "5LcPj2gGQKaY0PCq", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Brecheisen", "type": "item", "img": "icons/tools/fasteners/bracket.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337186426, "modifiedTime": 1700344214957, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "LbVNFA0iXvadi1Zs", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Bronzegl\u00f6ckchen, klein", "type": "item", "img": "icons/tools/instruments/bell-brass-brown.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337474249, "modifiedTime": 1700344214957, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "HvbEC1LJXfa6WGIa", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Bronzehorn", "type": "item", "img": "icons/containers/misc/horn-drinking-wood-teal.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340198012, "modifiedTime": 1700344214962, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "NTcOlPb3j7TBaYMv", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Decke, warm", "type": "item", "img": "icons/sundries/survival/bedroll-blue-red.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337535983, "modifiedTime": 1700344214957, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "YWptt5cY8AuW6XNO", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Dolchscheide, einfach", "type": "item", "img": "icons/equipment/waist/belt-buckle-square-red.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337586636, "modifiedTime": 1700344214957, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "4oz3iGQXLyqhWqsf", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Dolchscheide, verziert", "type": "item", "img": "icons/equipment/waist/belt-leather-black-brass.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337586636, "modifiedTime": 1700344214958, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "XuFi9DRVZXVbCJ7R", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Einbrecherwerkzeug", "type": "item", "img": "icons/sundries/misc/key-ring-long-silver.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337820582, "modifiedTime": 1700344214958, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "j14QP0JrN3xpy6lo", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Eisenkeil", "type": "item", "img": "icons/commodities/metal/hinge-brass.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337884280, "modifiedTime": 1700344214958, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "WbebaVEJHFQj2z87", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Erste-Hilfe-Ausr\u00fcstung", "type": "item", "img": "icons/magic/life/cross-worn-green.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337948091, "modifiedTime": 1700344214958, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "7A2FMFRTU74hK6hY", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Erste-Hilfe-Heilmittel", "type": "item", "img": "icons/tools/laboratory/bowl-herbs-green.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700337948091, "modifiedTime": 1700344214959, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "X71T2SmtyzvmFhLB", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Fackeln", "type": "item", "img": "icons/sundries/lights/torch-brown-lit.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338067075, "modifiedTime": 1700344214959, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "TGkot7doVxjuYogC", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Fernrohr (2x)", "type": "item", "img": "icons/tools/navigation/spyglass-telescope-brass.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338138751, "modifiedTime": 1700344214959, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "1SBFERO074zU5Y72", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Feuerstein & Zunder", "type": "item", "img": "icons/tools/smithing/furnace-fire-metal-orange.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338202933, "modifiedTime": 1700344214959, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "ukLdWCebvdlYWcrV", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Feuertopf aus Ton", "type": "item", "img": "icons/containers/kitchenware/bowl-clay-brown.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338268521, "modifiedTime": 1700344214959, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "ziuy5AYML53EjOGW", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Fischernetz", "type": "item", "img": "icons/tools/fishing/net-tan.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338297878, "modifiedTime": 1700344214959, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "p0VcPlKCuthyeI1T", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Flohpulver", "type": "item", "img": "icons/consumables/grains/sack-grain-open-white.webp", "system": {"description": "<p>ARK S. 175</p><p></p><p>@UUID[Compendium.midgard5.zauberwirkungen.Item.TRgAdyTpNX6xFM7f]{Flohpulver}</p>", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338323057, "modifiedTime": 1700344214960, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "7eTVSg335jYoSoft", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Fl\u00f6te", "type": "item", "img": "icons/tools/instruments/flute-simple-wood.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338346745, "modifiedTime": 1700344214960, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "07068MEDLhOsV4jc", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Garn", "type": "item", "img": "icons/sundries/survival/rope-coiled-brown.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338366220, "modifiedTime": 1700344214960, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "jmuTti0JrIoqqH8O", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Greifvogel", "type": "item", "img": "icons/creatures/birds/corvid-call-sound-glowing.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338422548, "modifiedTime": 1700344214960, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "8PoDR1FQgM8xrJKV", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Greifvogelfutter", "type": "item", "img": "icons/consumables/meat/cut-bowl-wooden-pink-green.webp", "system": {"description": "KOD S. 200", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338454422, "modifiedTime": 1700344214960, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "ND48kN2hmgCS8ed3", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "G\u00fcrtel", "type": "item", "img": "icons/equipment/waist/belt-buckle-square-leather-brown.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338561470, "modifiedTime": 1700344214961, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "cQFMuoAkQVeKdc97", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Hammer", "type": "item", "img": "icons/tools/smithing/hammer-sledge-steel-grey.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700338588641, "modifiedTime": 1700344214961, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "XEM8MiGJkxLxBBRs", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Hand- und Fussfessel mit Kette", "type": "item", "img": "icons/sundries/survival/cuffs-shackles-steel.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700339458394, "modifiedTime": 1700344214961, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "1ifVYP0yoHL9iCYW", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Handwaage mit Waagschalen", "type": "item", "img": "icons/skills/social/trading-justice-scale-gold.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700339735680, "modifiedTime": 1700344214961, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "tU2qA3OsEIqLXRZ0", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Harfe", "type": "item", "img": "icons/tools/instruments/harp-gold-glowing.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700339779526, "modifiedTime": 1700344214961, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "nPwxqIHFi10yjm9B", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Heiltrunk", "type": "item", "img": "icons/consumables/potions/bottle-corked-green.webp", "system": {"description": "ARK S. 175 [[1d6]]", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {"0": {"type": "stat", "id": "lp", "operation": "add", "value": null}}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700339806059, "modifiedTime": 1700344214961, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "LHgjofEluOhVbWwD", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Hemd", "type": "item", "img": "icons/equipment/chest/shirt-collared-brown.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700339967376, "modifiedTime": 1700344214962, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "RQluqa74y7CvPKDx", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Holzbalken", "type": "item", "img": "icons/commodities/wood/lumber-square-beam.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340002857, "modifiedTime": 1700344214962, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "lnTbuIhulXPjYT5F", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Holzkohle", "type": "item", "img": "icons/commodities/gems/powder-raw-white.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340057496, "modifiedTime": 1700344214962, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "D0IHREXgPafauEeM", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Holzpflock", "type": "item", "img": "icons/sundries/survival/stake-rough-heavy-brown.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340160962, "modifiedTime": 1700344214962, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "rostQgltuHrNAJTc", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Hose", "type": "item", "img": "icons/equipment/leg/pants-leather-tasset-red.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340244299, "modifiedTime": 1700344214963, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "tQdkwsDZgr6MTyCH", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Hundefutter", "type": "item", "img": "icons/consumables/meat/steak-glowing-fatty-white.webp", "system": {"description": "KOD S. 200", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340332022, "modifiedTime": 1700344214963, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "p23gvctvzlKndysF", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Jagdhund", "type": "item", "img": "icons/creatures/abilities/wolf-howl-moon-purple.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340413210, "modifiedTime": 1700344214963, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "OdTUAeIzfBs4Znuq", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Kampfhund", "type": "item", "img": "icons/creatures/abilities/mouth-teeth-long-red.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340495804, "modifiedTime": 1700344214963, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "1OYNWsCEadW6wpDN", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Kilt", "type": "item", "img": "icons/equipment/leg/skirt-cloth-red.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340541758, "modifiedTime": 1700344214963, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "x7Hcn5CrioNhDW2B", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Kleid", "type": "item", "img": "icons/equipment/chest/robe-layered-teal.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340636292, "modifiedTime": 1700344214963, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "3SjCq2wEdBhQgWN3", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Krafttrunk 1W6", "type": "item", "img": "icons/consumables/potions/bottle-corked-blue.webp", "system": {"description": "<p>ARK S. 175</p><p></p><p>[[1d6]]</p>", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {"0": {"type": "stat", "id": "ap", "operation": "add", "value": 0}}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340760812, "modifiedTime": 1700344214964, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "tFa73yJT05w6CFc4", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Krafttrunk 2W6", "type": "item", "img": "icons/consumables/potions/bottle-corked-blue.webp", "system": {"description": "<p>ARK S. 175</p><p></p><p>[[2d6]]</p>", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {"0": {"type": "stat", "id": "ap", "operation": "add", "value": 0}}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340760812, "modifiedTime": 1700344214964, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "rdqrGsNAGQYels8W", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Krafttrunk 3W6", "type": "item", "img": "icons/consumables/potions/bottle-corked-blue.webp", "system": {"description": "<p>ARK S. 175</p><p></p><p>[[3d6]]</p>", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {"0": {"type": "stat", "id": "ap", "operation": "add", "value": 0}}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340760812, "modifiedTime": 1700344214964, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "XOraVIzffPmQid13", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Kraut der konzentrierten Energie", "type": "item", "img": "icons/commodities/flowers/dandelion-pod-blue.webp", "system": {"description": "ARK S. 175", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340819892, "modifiedTime": 1700344214964, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "cP1thMQpKmJnp2Ei", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Kreidest\u00fcck", "type": "item", "img": "icons/commodities/stone/ore-chunk-white.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341013171, "modifiedTime": 1700344214964, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "hGoH4ADtYsKM4MW0", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Kristallspiegel", "type": "item", "img": "icons/commodities/treasure/token-silver-blue.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700343296333, "modifiedTime": 1700344214971, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "Jf3M0R8VFPk68FFi", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Kupferdraht", "type": "item", "img": "icons/tools/hand/lockpicks-steel-grey.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341109013, "modifiedTime": 1700344214965, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "osAv07ozhccIpF8e", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Kutte", "type": "item", "img": "icons/equipment/head/hood-cloth-teal.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341247991, "modifiedTime": 1700344214965, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "G4qmduHsHdEAWHaK", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Lampen\u00f6l", "type": "item", "img": "icons/consumables/potions/potion-jar-corked-orange.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341281337, "modifiedTime": 1700344214965, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "og0ZLGP1YgMR8ElR", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Laterne, abblendbar", "type": "item", "img": "icons/sundries/lights/lantern-iron-yellow.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341362507, "modifiedTime": 1700344214965, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "xFvCBbvhdEJyyukV", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Laterne", "type": "item", "img": "icons/sundries/lights/lantern-iron-lit-yellow.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341336215, "modifiedTime": 1700344214965, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "B2Xg6mVdKs4RR8Pm", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Laute", "type": "item", "img": "icons/tools/instruments/lute-gold-brown.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341380164, "modifiedTime": 1700344214965, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "w74foUkMyF3TXwVk", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Lederhandschuhe", "type": "item", "img": "icons/equipment/hand/gauntlet-simple-leather-brown.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700339697427, "modifiedTime": 1700344214961, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "zBFahd3ATMoonOhR", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Ledertasche, Bleikugeln", "type": "item", "img": "icons/containers/ammunition/powder-horn-worn.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341416201, "modifiedTime": 1700344214965, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "41Sp9PothZDTDKyj", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Liebestrank", "type": "item", "img": "icons/consumables/potions/flask-decorated-label-pink.webp", "system": {"description": "ARKS S. 175", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341450514, "modifiedTime": 1700344214965, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "NKqfJaXUonAZMQOu", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Maganbrot", "type": "item", "img": "icons/consumables/food/bread-toast-tan.webp", "system": {"description": "ARK S. 176", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341501776, "modifiedTime": 1700344214966, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "4RjCcsb7J5xvlj88", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Metallkette", "type": "item", "img": "icons/commodities/metal/chain-steel.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341578395, "modifiedTime": 1700344214966, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "VYFiMG4psKUkfQyf", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Metallspiegel", "type": "item", "img": "icons/tools/smithing/plate-steel-grey.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700343353376, "modifiedTime": 1700344214971, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "a0lTGD1AfXVSYGs4", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Nagel, gro\u00df", "type": "item", "img": "icons/tools/fasteners/nail-steel.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341678257, "modifiedTime": 1700344214966, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "IhRkdFazyU8qvHcm", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "N\u00e4hnadel", "type": "item", "img": "icons/commodities/cloth/thread-and-needle.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341712892, "modifiedTime": 1700344214966, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "vWfxylv3W96r4xoA", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Oberbekleidung, warm", "type": "item", "img": "icons/equipment/chest/vest-leather-tattered-white.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341752909, "modifiedTime": 1700344214966, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "LTXHIjwreWlDjFVe", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Papyrus", "type": "item", "img": "icons/sundries/documents/blueprint-recipe-alchemical.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341784413, "modifiedTime": 1700344214967, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "9X4DHhXWfmR9vtOF", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Pergament", "type": "item", "img": "icons/sundries/documents/document-sealed-white-orange.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341827425, "modifiedTime": 1700344214967, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "rF3rI93xpSwXp54m", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Pfeil", "type": "item", "img": "icons/weapons/ammunition/arrows-barbed-white.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341865983, "modifiedTime": 1700344214967, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "h7CHoQddkmRnXgcI", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Pfeilk\u00f6cher", "type": "item", "img": "icons/containers/ammunition/arrows-quiver-green-brown.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700340709193, "modifiedTime": 1700344214964, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "9SfA9qaSUqpABpqK", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Pferdefutter", "type": "item", "img": "icons/consumables/grains/sack-rice-flour-brown.webp", "system": {"description": "KOD S. 200", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341900229, "modifiedTime": 1700344214967, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "W3csaJLCiQ4t1o9P", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Reckentrunk", "type": "item", "img": "icons/consumables/potions/bottle-corked-red.webp", "system": {"description": "<p>ARK S. 176</p><p></p><p>[[1d6-1]]</p><p></p><p>[[PW:GiT]]</p><p>@UUID[Compendium.midgard5.zauberwirkungen.Item.6bq4dm9ak5YDp9KV]{Bärenwut}</p>", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700341932276, "modifiedTime": 1700344214967, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "TwzwDjvtddNJ5Ki4", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Reiseverpflegung", "type": "item", "img": "icons/containers/bags/sack-open-grain-tan.webp", "system": {"description": "KOD S. 200", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342032837, "modifiedTime": 1700344214967, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "Xn9VsRATmiDXe0SO", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Reitkamel", "type": "item", "img": "icons/creatures/mammals/livestock-sheep-green.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342110683, "modifiedTime": 1700344214967, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "slFAJBzsdDYzDJ9X", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Reitpferd", "type": "item", "img": "icons/creatures/mammals/unicorn-horned-white.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342231300, "modifiedTime": 1700344214967, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "7GeCGeSn558MJLdH", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Robe", "type": "item", "img": "icons/equipment/back/cloak-collared-purple-gold.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342405172, "modifiedTime": 1700344214968, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "w7gUXCx0ECYnPW2r", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Rock", "type": "item", "img": "icons/equipment/leg/tasset-cloth-white.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342441749, "modifiedTime": 1700344214968, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "eY96dy93lAsixVYT", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Salbe der Eisenhaut", "type": "item", "img": "icons/tools/laboratory/bowl-liquid-black.webp", "system": {"description": "<p>ARK S. 176</p><p></p><p>@UUID[Compendium.midgard5.zauberwirkungen.Item.RiUYfceWEkRkKm0h]{Eisenhaut}</p>", "equippable": false, "equipped": true, "value": 0, "magic": true, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342463963, "modifiedTime": 1700344214968, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "NszEKahcPjXDDv9c", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Salbe der Krakenh\u00e4nde", "type": "item", "img": "icons/consumables/food/soup-broth-bowl-tentacle.webp", "system": {"description": "<p>ARK S. 176</p><p></p><p>@UUID[Compendium.midgard5.zauberwirkungen.Item.TRgAdyTpNX6xFM7g]{Krakenhände}</p>", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342544615, "modifiedTime": 1700344214968, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "YY6CbftXVqZGKCFs", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Sandalen", "type": "item", "img": "icons/equipment/feet/boots-leather-red-gold.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342568875, "modifiedTime": 1700344214968, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "5Xy4Uiqwi0RWioNc", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Sanduhr", "type": "item", "img": "icons/sundries/misc/hourglass-wood.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342601837, "modifiedTime": 1700344214969, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "QRwSLdtLQ7NQSeHi", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Sattel", "type": "item", "img": "icons/commodities/leather/leather-buckle-embossed-gold.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342635099, "modifiedTime": 1700344214969, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "RE7L3DhE09jqg8k2", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Schaufel", "type": "item", "img": "icons/tools/hand/shovel-spade-steel-grey.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342672980, "modifiedTime": 1700344214969, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "iXTenD0XzdqBidDu", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Schlachtross", "type": "item", "img": "icons/commodities/biological/head-zebra.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342704144, "modifiedTime": 1700344214969, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "ECyfNTtzigeqHcNL", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Schnellkraut", "type": "item", "img": "icons/skills/movement/feet-winged-boots-glowing-yellow.webp", "system": {"description": "<p>ARK S. 176</p><p></p><p>@UUID[Compendium.midgard5.zauberwirkungen.Item.VXsXFBkozIBxK3iF]{Beschleunigen}</p>", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342836786, "modifiedTime": 1700344214969, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "xdPcoLHDyOz7O7BJ", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Schreibpinsel", "type": "item", "img": "icons/skills/trades/academics-scribe-quill-gray.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342873393, "modifiedTime": 1700344214969, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "dbTdECeoItRIhcWG", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Schuhe", "type": "item", "img": "icons/equipment/feet/boots-collared-rounded-brown.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342920794, "modifiedTime": 1700344214969, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "PAiYvmrZS3jbnhus", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Schwertscheide, einfach", "type": "item", "img": "icons/weapons/swords/sword-guard-steel-green.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342989380, "modifiedTime": 1700344214970, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "pI0bnmrwuGgs6UKy", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Schwertscheide, verziert", "type": "item", "img": "icons/weapons/swords/sword-ringed-engraved.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700342989380, "modifiedTime": 1700344214970, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "E65qlBFv3kT7CLLp", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Segeltuch", "type": "item", "img": "icons/commodities/cloth/cloth-bolt-yellow.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700343102474, "modifiedTime": 1700344214970, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "LlAU5ioMIT2WvAFp", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Seil", "type": "item", "img": "icons/sundries/survival/rope-coiled-wrapped-brown.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700343135128, "modifiedTime": 1700344214970, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "zLfkTwbR5GP2lzlt", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Siegelwachs", "type": "item", "img": "icons/sundries/documents/document-sealed-red-yellow.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700343164980, "modifiedTime": 1700344214970, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "mNsqRkdEUpXyDGts", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Signalpfeife, Metall", "type": "item", "img": "icons/tools/instruments/megaphone.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700343193286, "modifiedTime": 1700344214970, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "c2JWf0yl34dkSYby", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Skier", "type": "item", "img": "icons/commodities/wood/lumber-stack-brown.webp", "system": {"description": "KOD S. 202", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700343247888, "modifiedTime": 1700344214971, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "TNHV2xDz6SicZSM5", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Stiefel, bis zum Knie", "type": "item", "img": "icons/equipment/feet/boots-folded-leather-brown.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700343435686, "modifiedTime": 1700344214971, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "akS0XWbqNUTY6KwQ", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Stiefel, halbhoch", "type": "item", "img": "icons/equipment/feet/boots-armored-steel.webp", "system": {"description": "KOD S. 199", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700343478602, "modifiedTime": 1700344214971, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "sYsNmAXdTAbh4QnW", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

View File

@ -0,0 +1 @@
{"name": "Stoff", "type": "item", "img": "icons/commodities/cloth/cloth-patterned-orange.webp", "system": {"description": "KOD S. 201", "equippable": false, "equipped": true, "value": 0, "magic": false, "rolls": {"formulas": {}, "output": ""}, "mods": {}, "calc": {}}, "effects": [], "flags": {}, "_stats": {"systemId": "midgard5", "systemVersion": "1.2.1", "coreVersion": "10.312", "createdTime": 1700343513714, "modifiedTime": 1700344214971, "lastModifiedBy": "cb3PEvEU0kHkMdjb"}, "_id": "jN1nJwk9EKxDD8HN", "folder": null, "sort": 0, "ownership": {"default": 0, "cb3PEvEU0kHkMdjb": 3}}

Some files were not shown because too many files have changed in this diff Show More