Add complete armor compendium (5 items)
- Light Armor: 1 armor, 500c, 2 slots, requires Might 3 - Medium Armor: 2 armor, 1000c, 2 slots, requires Might 4 - Heavy Armor: 3 armor, 2000c, 3 slots, requires Might 5 - Light Barding: 1 armor, 1000c, 2 slots (for mounts) - Heavy Barding: 3 armor, 2500c, 3 slots (for mounts) All values match NoteDiscovery source (1g = 10s = 100c) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
49b60954fe
commit
4110d79489
34
packs/_source/armor/heavy-armor.json
Normal file
34
packs/_source/armor/heavy-armor.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"_id": "vagabondArmorHeavy",
|
||||
"name": "Heavy Armor",
|
||||
"type": "armor",
|
||||
"img": "icons/svg/shield.svg",
|
||||
"system": {
|
||||
"description": "<p>Heavy armor includes plate and splint armor. Requires Might 5 or you are Restrained while wearing it.</p>",
|
||||
"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
|
||||
}
|
||||
34
packs/_source/armor/heavy-barding.json
Normal file
34
packs/_source/armor/heavy-barding.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"_id": "vagabondArmorHeavyBarding",
|
||||
"name": "Heavy Barding",
|
||||
"type": "armor",
|
||||
"img": "icons/svg/shield.svg",
|
||||
"system": {
|
||||
"description": "<p>Heavy armor for mounts and animal companions.</p>",
|
||||
"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
|
||||
}
|
||||
34
packs/_source/armor/light-armor.json
Normal file
34
packs/_source/armor/light-armor.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"_id": "vagabondArmorLight",
|
||||
"name": "Light Armor",
|
||||
"type": "armor",
|
||||
"img": "icons/svg/shield.svg",
|
||||
"system": {
|
||||
"description": "<p>Light armor includes leather, hide, and padded armor. Requires Might 3 or you are Restrained while wearing it.</p>",
|
||||
"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
|
||||
}
|
||||
34
packs/_source/armor/light-barding.json
Normal file
34
packs/_source/armor/light-barding.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"_id": "vagabondArmorLightBarding",
|
||||
"name": "Light Barding",
|
||||
"type": "armor",
|
||||
"img": "icons/svg/shield.svg",
|
||||
"system": {
|
||||
"description": "<p>Light armor for mounts and animal companions.</p>",
|
||||
"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
|
||||
}
|
||||
34
packs/_source/armor/medium-armor.json
Normal file
34
packs/_source/armor/medium-armor.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"_id": "vagabondArmorMedium",
|
||||
"name": "Medium Armor",
|
||||
"type": "armor",
|
||||
"img": "icons/svg/shield.svg",
|
||||
"system": {
|
||||
"description": "<p>Medium armor includes chain and scale armor. Requires Might 4 or you are Restrained while wearing it.</p>",
|
||||
"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
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user