diff --git a/packs/_source/armor/heavy-armor.json b/packs/_source/armor/heavy-armor.json new file mode 100644 index 0000000..0cf1779 --- /dev/null +++ b/packs/_source/armor/heavy-armor.json @@ -0,0 +1,34 @@ +{ + "_id": "vagabondArmorHeavy", + "name": "Heavy Armor", + "type": "armor", + "img": "icons/svg/shield.svg", + "system": { + "description": "
Heavy armor includes plate and splint armor. Requires Might 5 or you are Restrained while wearing it.
", + "armorValue": 3, + "armorType": "heavy", + "dodgePenalty": false, + "hindersDodge": true, + "preventsRage": true, + "slots": 3, + "value": 2000, + "equipped": false, + "magicBonus": 0, + "properties": [], + "relic": { + "isRelic": false, + "tier": 1, + "abilityName": "", + "abilityDescription": "", + "activationCost": "", + "usesPerDay": 0, + "usesRemaining": 0, + "requiresAttunement": false, + "attuned": false, + "lore": "" + } + }, + "effects": [], + "_key": "!items!vagabondArmorHeavy", + "reviewed": true +} diff --git a/packs/_source/armor/heavy-barding.json b/packs/_source/armor/heavy-barding.json new file mode 100644 index 0000000..eef0f11 --- /dev/null +++ b/packs/_source/armor/heavy-barding.json @@ -0,0 +1,34 @@ +{ + "_id": "vagabondArmorHeavyBarding", + "name": "Heavy Barding", + "type": "armor", + "img": "icons/svg/shield.svg", + "system": { + "description": "Heavy armor for mounts and animal companions.
", + "armorValue": 3, + "armorType": "heavy", + "dodgePenalty": false, + "hindersDodge": false, + "preventsRage": false, + "slots": 3, + "value": 2500, + "equipped": false, + "magicBonus": 0, + "properties": ["barding"], + "relic": { + "isRelic": false, + "tier": 1, + "abilityName": "", + "abilityDescription": "", + "activationCost": "", + "usesPerDay": 0, + "usesRemaining": 0, + "requiresAttunement": false, + "attuned": false, + "lore": "" + } + }, + "effects": [], + "_key": "!items!vagabondArmorHeavyBarding", + "reviewed": true +} diff --git a/packs/_source/armor/light-armor.json b/packs/_source/armor/light-armor.json new file mode 100644 index 0000000..c4b15f8 --- /dev/null +++ b/packs/_source/armor/light-armor.json @@ -0,0 +1,34 @@ +{ + "_id": "vagabondArmorLight", + "name": "Light Armor", + "type": "armor", + "img": "icons/svg/shield.svg", + "system": { + "description": "Light armor includes leather, hide, and padded armor. Requires Might 3 or you are Restrained while wearing it.
", + "armorValue": 1, + "armorType": "light", + "dodgePenalty": false, + "hindersDodge": false, + "preventsRage": false, + "slots": 2, + "value": 500, + "equipped": false, + "magicBonus": 0, + "properties": [], + "relic": { + "isRelic": false, + "tier": 1, + "abilityName": "", + "abilityDescription": "", + "activationCost": "", + "usesPerDay": 0, + "usesRemaining": 0, + "requiresAttunement": false, + "attuned": false, + "lore": "" + } + }, + "effects": [], + "_key": "!items!vagabondArmorLight", + "reviewed": true +} diff --git a/packs/_source/armor/light-barding.json b/packs/_source/armor/light-barding.json new file mode 100644 index 0000000..8a639ad --- /dev/null +++ b/packs/_source/armor/light-barding.json @@ -0,0 +1,34 @@ +{ + "_id": "vagabondArmorLightBarding", + "name": "Light Barding", + "type": "armor", + "img": "icons/svg/shield.svg", + "system": { + "description": "Light armor for mounts and animal companions.
", + "armorValue": 1, + "armorType": "light", + "dodgePenalty": false, + "hindersDodge": false, + "preventsRage": false, + "slots": 2, + "value": 1000, + "equipped": false, + "magicBonus": 0, + "properties": ["barding"], + "relic": { + "isRelic": false, + "tier": 1, + "abilityName": "", + "abilityDescription": "", + "activationCost": "", + "usesPerDay": 0, + "usesRemaining": 0, + "requiresAttunement": false, + "attuned": false, + "lore": "" + } + }, + "effects": [], + "_key": "!items!vagabondArmorLightBarding", + "reviewed": true +} diff --git a/packs/_source/armor/medium-armor.json b/packs/_source/armor/medium-armor.json new file mode 100644 index 0000000..f7d7818 --- /dev/null +++ b/packs/_source/armor/medium-armor.json @@ -0,0 +1,34 @@ +{ + "_id": "vagabondArmorMedium", + "name": "Medium Armor", + "type": "armor", + "img": "icons/svg/shield.svg", + "system": { + "description": "Medium armor includes chain and scale armor. Requires Might 4 or you are Restrained while wearing it.
", + "armorValue": 2, + "armorType": "medium", + "dodgePenalty": false, + "hindersDodge": false, + "preventsRage": false, + "slots": 2, + "value": 1000, + "equipped": false, + "magicBonus": 0, + "properties": [], + "relic": { + "isRelic": false, + "tier": 1, + "abilityName": "", + "abilityDescription": "", + "activationCost": "", + "usesPerDay": 0, + "usesRemaining": 0, + "requiresAttunement": false, + "attuned": false, + "lore": "" + } + }, + "effects": [], + "_key": "!items!vagabondArmorMedium", + "reviewed": true +}