Created
January 2, 2026 16:59
-
-
Save factubsio/cf35028bbed25ca8634455ad045edf1c to your computer and use it in GitHub Desktop.
truenamer?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint Truenamer extends BlueprintCharacterClass { | |
| LocalizedName: "Truenamer" | |
| LocalizedDescription: "A truenamer's source of power is his encyclopedic knowledge of the First Language, also known as Truespeech. Containing all things and concepts that have and will ever be, perfect knowledge of Truespeech would effectively mean perfect control over the universe itself. Though it is quite impossible for the limited mind of a mortal humanoid to fathom the entirety of the First Language, there are those who devote their lives to learning even the tiniest fragment of what it has to offer and are capable of shifting the universe by reciting dozens of words and phrases on a daily basis. A truenamer exercises his power over Truespeech through the use of recitations. Recitations resemble spells and represent knowledge of hundreds of variations of a core concept within the Language.\nThrough precise knowledge of his surroundings and the vocabulary used to describe the current state of the local area, a truenamer knows how to recite the precise grammatical variant required to elicit an effect in a particular situation. It is this, the fact that the recitations for orc, charging orc, and charging orc with a mohawk are all totally different series of syllables, that makes learning even a tiny fraction of the First Language a lifelong pursuit for even the most dedicated of scholars.\nRecitations are broken up into four codices based on the nature of the subject of the recitation. For example, one codex is all about “things”, while another is about “ideas”. Codices are effectively repositories of nouns being modified by static verbs." | |
| SkillPoints: 2 | |
| HitDie: D10 | |
| BaseAttackBonus: 0538081888b2d8c41893d25d098dee99 | |
| FortitudeSave: dc0c7c1aba755c54f96c089cdf7d14a3 | |
| ReflexSave: dc0c7c1aba755c54f96c089cdf7d14a3 | |
| WillSave: ff4662bde9e75f145853417313842751 | |
| ClassSkills: SkillKnowledgeArcana | |
| ClassSkills: SkillKnowledgeWorld | |
| ClassSkills: SkillPerception | |
| RecommendedAttributes: Intelligence | |
| NotRecommendedAttributes: Charisma | |
| IsArcaneCaster: true | |
| } | |
| blueprint CodexBolsteringChant extends BlueprintAbility { | |
| DisplayName: "Bolstering Chant" | |
| Description: "Subject gets a stacking DR 2/-" | |
| Range: Medium | |
| Type: SpellLike | |
| CanTargetEnemies: true | |
| CanTargetFriends: true | |
| CanTargetSelf: true | |
| ShouldTurnToTarget: true | |
| EffectOnEnemy: Harmful | |
| EffectOnAlly: Helpful | |
| AnimationStyle: CastActionOmni | |
| feature requires class Truenamer 1 | |
| } | |
| blueprint CodexGraphicDescription extends BlueprintAbility { | |
| DisplayName: "Graphic Description" | |
| Description: "Your recitation is a long list of things that make organics feel nauseous." | |
| Range: Medium | |
| Type: SpellLike | |
| CanTargetEnemies: true | |
| CanTargetFriends: true | |
| CanTargetSelf: true | |
| ShouldTurnToTarget: true | |
| EffectOnEnemy: Harmful | |
| EffectOnAlly: Helpful | |
| AnimationStyle: CastActionOmni | |
| feature requires class Truenamer 1 | |
| } | |
| blueprint CodexOfHeartAndMindSelection extends BlueprintFeatureSelection { | |
| AllFeatures: CodexGraphicsDescription_Feature | |
| AllFeatures: CodexBolsteringChant_Feature | |
| DisplayName: "Codex of Heart and Mind" | |
| Description: "The Codex of Heart and Mind concerns itself with living creatures. Though life is a very complex phenomenon in the universe, the living tend to have fairly static names in the First Language. The resulting ease of recitation makes the Codex of Heart and Mind the source of the bulk of a truenamer’s power." | |
| } | |
| modify Truenamer { | |
| gains CodexOfHeartAndMindSelection at 1,1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment