vagabond-rpg-foundryvtt/packs/_source/classes/rogue.json
Cal Corum bcbf8338ff Fix compendium IDs to be exactly 16 alphanumeric characters
Foundry VTT v13 requires all _id values to be exactly 16 characters.
Previous IDs ranged from 17-25+ characters and caused validation errors.

Changes:
- Use 7-char prefix per type (vgbdAnc, vgbdCls, vgbdPrk, etc.)
- Append 9-char name derived from filename with padding
- Handle collisions with numeric suffixes (e.g., vgbdPrkheighten1)

Files updated across all compendiums:
- Ancestries: 7 files
- Classes: 18 files
- Perks: 103 files (3 collision fixes)
- Spells: 58 files
- Weapons: 43 files
- Armor: 5 files
- Equipment: ~300 files (25 collision fixes)
- Bestiary: ~70 files (8 collision fixes)
- Statuses: ~15 files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 11:04:10 -06:00

155 lines
4.1 KiB
JSON
Executable File

{
"_id": "vgbdClsrogue0000",
"_key": "!items!vgbdClsrogue0000",
"name": "Rogue",
"type": "class",
"img": "icons/svg/dagger.svg",
"system": {
"description": "<p>Back-alley urchins, gutterborn scum, shadow-born assassins. To hammers, every problem looks like a nail. Rogues are blades, and every problem is a throat.</p>",
"keyStat": "dexterity",
"actionStyle": "attack",
"zone": "midline",
"weaponTraining": ["ranged"],
"skillTraining": [
{
"type": "fixed",
"skills": ["finesse", "sneak"],
"count": 2
},
{
"type": "choice",
"skills": [],
"count": 3
}
],
"trainedSkills": [],
"startingPack": "<p>Assassin, Conman, Investigator, or Scout</p>",
"isCaster": false,
"progression": [
{
"level": 1,
"mana": 0,
"castingMax": 0,
"spellsKnown": 0,
"features": ["Sneak Attack", "Infiltrator"]
},
{
"level": 2,
"mana": 0,
"castingMax": 0,
"spellsKnown": 0,
"features": ["Unflinching Luck"]
},
{
"level": 3,
"mana": 0,
"castingMax": 0,
"spellsKnown": 0,
"features": ["Perk"]
},
{
"level": 4,
"mana": 0,
"castingMax": 0,
"spellsKnown": 0,
"features": ["Evasive"]
},
{
"level": 5,
"mana": 0,
"castingMax": 0,
"spellsKnown": 0,
"features": ["Perk"]
},
{
"level": 6,
"mana": 0,
"castingMax": 0,
"spellsKnown": 0,
"features": ["Lethal Weapon"]
},
{
"level": 7,
"mana": 0,
"castingMax": 0,
"spellsKnown": 0,
"features": ["Perk"]
},
{
"level": 8,
"mana": 0,
"castingMax": 0,
"spellsKnown": 0,
"features": ["Unflinching Luck II"]
},
{
"level": 9,
"mana": 0,
"castingMax": 0,
"spellsKnown": 0,
"features": ["Perk"]
},
{
"level": 10,
"mana": 0,
"castingMax": 0,
"spellsKnown": 0,
"features": ["Waylay"]
}
],
"features": [
{
"name": "Sneak Attack",
"level": 1,
"description": "<p>If your first attack on a Turn is Favored, it deals an extra d4 damage and ignores an amount of Armor equal to this number of extra dice.</p><p>The number of extra d4s increases by 1 every 3 Rogue Levels hereafter.</p>",
"passive": true,
"changes": []
},
{
"name": "Infiltrator",
"level": 1,
"description": "<p>You gain the <strong>Resourceful Perk</strong>, and you have Favor on Checks and Saves made to ambush and against traps that you are aware of.</p>",
"passive": true,
"changes": []
},
{
"name": "Unflinching Luck",
"level": 2,
"description": "<p>When you spend Luck to gain Favor on a Check, roll a d12. If the result is lower than your remaining Luck, the Luck is not spent.</p>",
"passive": true,
"changes": []
},
{
"name": "Evasive",
"level": 4,
"description": "<p>Your Reflex Saves can't be Hindered while you aren't Incapacitated, and you ignore two of a Dodged attack's damage dice on a passed Save, rather than one.</p>",
"passive": true,
"changes": []
},
{
"name": "Lethal Weapon",
"level": 6,
"description": "<p>Your Sneak Attack applies to any Favored attacks you make on a Turn, not just the first.</p>",
"passive": true,
"changes": []
},
{
"name": "Unflinching Luck II",
"level": 8,
"description": "<p>Your Unflinching Luck Feature now uses a d10 instead of a d12.</p>",
"passive": true,
"changes": []
},
{
"name": "Waylay",
"level": 10,
"description": "<p>Once per Round, if you kill an Enemy during a Turn, you can immediately take one Action.</p>",
"passive": true,
"changes": []
}
],
"customResource": {}
},
"reviewed": true
}