An example Pathfinder character.
sota.json
147 lines 3.3 kB view raw
1{ 2 "$type": "garden.lexicon.ngerakines.pathfinderCharacter", 3 "name": "Sota Omoru", 4 "level": 6, 5 "class": "Champion", 6 "ancestry": { 7 "name": "Human", 8 "heritage": "Duskwalker", 9 "size": "Medium", 10 "traits": ["Human", "Duskwalker", "Humanoid"] 11 }, 12 "senses": { 13 "perception": 9, 14 "special": ["Low-Light Vision"] 15 }, 16 "languages": ["Common", "Kitsune"], 17 "abilities": { 18 "str": 4, 19 "dex": 1, 20 "con": 3, 21 "int": 1, 22 "wis": 1, 23 "cha": 2 24 }, 25 "skills": { 26 "acrobatics": 1, 27 "arcana": 9, 28 "athletics": 14, 29 "diplomacy": 12, 30 "intimidation": 10, 31 "lore": [ 32 { "topic": "Spirits", "modifier": 9 }, 33 { "topic": "Tea", "modifier": 9 } 34 ], 35 "nature": 9, 36 "religion": 9 37 }, 38 "defenses": { 39 "ac": 23, 40 "acWithShield": 25, 41 "hp": 92, 42 "fort": 13, 43 "ref": 9, 44 "will": 11 45 }, 46 "speed": { 47 "base": 20 48 }, 49 "attacks": [ 50 { 51 "name": "Fiend's Hunger", 52 "type": "melee", 53 "modifier": 15, 54 "damage": "1d6+4", 55 "damageType": "P", 56 "traits": ["Agile", "Finesse", "Thrown 10 ft.", "Versatile S", "Magical"] 57 }, 58 { 59 "name": "Silver Dagger (Low-Grade)", 60 "type": "melee", 61 "modifier": 14, 62 "damage": "1d6+4", 63 "damageType": "P", 64 "traits": ["Agile", "Finesse", "Thrown 10 ft.", "Versatile S"] 65 }, 66 { 67 "name": "+1 Vitalizing Crossbow", 68 "type": "ranged", 69 "modifier": 12, 70 "damage": "1d8", 71 "damageType": "P", 72 "traits": ["Crossbow", "Magical"] 73 } 74 ], 75 "reactions": [ 76 { 77 "name": "Inspiring Resilience", 78 "trigger": "You and at least one other creature become the target of a spell or effect with the emotion, fear, or mental trait that allows a saving throw, and you haven't rolled the save yet." 79 }, 80 { 81 "name": "Shield Block", 82 "trigger": "While you have your shield raised, you would take physical damage from an attack." 83 }, 84 { 85 "name": "Liberating Step", 86 "trigger": "An enemy damages, grabs, or restrains your ally, and both are in your champion's aura." 87 } 88 ], 89 "equipment": { 90 "armor": "Breastplate", 91 "shield": { 92 "name": "Tower Shield", 93 "hardness": 8, 94 "hp": 64, 95 "bt": 32 96 }, 97 "items": [ 98 "Cold Iron Chunk", 99 "Chalk (4)", 100 "Bedroll", 101 "Flint and Steel", 102 "Rations (5)", 103 "Torch (5)", 104 "Waterskin (2)", 105 "Soap", 106 "Earplugs (2)", 107 "Candle", 108 "Compass", 109 "Crowbar" 110 ] 111 }, 112 "spellcasting": { 113 "tradition": "divine", 114 "innateSpells": { 115 "dc": 19, 116 "attack": 9 117 }, 118 "cantrips": ["Vitality Lash"], 119 "focusSpells": { 120 "points": 1, 121 "spells": ["Lay on Hands"] 122 } 123 }, 124 "feats": [ 125 "Divine Health", 126 "Duskwalker", 127 "Ghost Hunter", 128 "Glad-Hand", 129 "Lifesense", 130 "Skill Training", 131 "Soul Warden Dedication", 132 "Specialty Crafting", 133 "Toughness" 134 ], 135 "specials": [ 136 "Anathema", 137 "Blessing of the Devoted (Blessed Shield)", 138 "Champion's Aura", 139 "Deific Weapon", 140 "Deity Skill", 141 "Deity and Cause (Liberation Cause)", 142 "Devotion Spells (Lay on Hands)", 143 "Sanctification (Neither)", 144 "Skill Training (Arcana)" 145 ], 146 "createdAt": "2025-12-18T19:58:10.400Z" 147}