General Actions:
Log-in
Register
Wiki:
games
▼
:
Document Index
»
Space:
Exalted
▼
:
Document Index
»
Page:
OlvirCharms
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Selene's Flurry
»
Olvir Boarcatcher
»
OlvirCharms
Wiki source code of
OlvirCharms
Last modified by on 2025/05/23 00:35
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: = Olvir's Charm Sheet = 2: 3: == Potential Charms == 4: 5: |= Charm |= Type |= Description 6: | Wind-Wings Carry Technique | Strength | Increase the range of attacks 7: | Agitation of the Swarm Technique | Strength | Double onslaught penalties 8: | Ferocious Biting Tooth | Strength | Have parry defense values 9: | Foe Marking Style | Strength | Scar an Exalt 10: | Prey-Hobbling bite | Strength | Lower opponents move with damage 11: | Claws of the Silver Moon | Strength | Grow silver claws 12: | Shell-Crushing Atemi | Strength | Ignore hardness 13: | Molted Feather-Weight Technique | Strength | Negate accuracy penalty for any weapon 14: | Lightning Flash Might Methodology | Strength | Break object as action instead of dramatic action 15: | Roused Bear Throw | Strength | Clinch action, throw opponent 10 yards 16: | Moonsilver Stomach Conversion | Stamina | Eat anything 17: | Ox-Body Technique | Stamina | Increase health levels 18: | Steadfast Yeddim Meditation | Stamina | Ignore up to -2 in wound penalties 19: | (Directional) Mastery Technique | Stamina | Ignore all environmental damage 20: | Might-Bolstering Blow | Stamina | Regain motes when striking opponent 21: | Breath-Drinking Executioner Attack | Stamina | Regain motes when someone dies 22: | Relentless Lunar Fury | Stamina | Rage 23: | Armour-Forming Technique | Stamina | Gain 6 B/L soak and 2 A soak. Obvious 24: | Scorpion and Toad Absolution | Stamina | Add 3 successes to resistance rolls against disease and poison 25: | Rapid-Speech Technique | Charisma | Reduce social attack penalties 26: | Secret Speech Method | Charisma | Hide social attacks 27: | Instinct Memory Insertion | Charisma | Add charisma to targets memory rolls 28: | Perfect Fear Scent | Charisma | Inflict fear on opponents 29: | Terrifying Lust Infliction | Charisma | Inflict craving on opponents 30: | Face of the Moon Concealment | Charisma | Conceal a unit for ambush 31: | Maintaining the Pack | Charisma | Avoid unit loss of magnitude 32: | Hero Reinforcement Stance | Charisma | Create an intimacy for culture in the target 33: | Forsaking the Blood Posture | Charisma | Create an intimacy against culture in the target 34: | Culling the Pride | Charisma | Makes it hard to resist a Social attack 35: | New Friend Aroma | Appearance | Make a Charisma + Presence against MDF to add intimacy to target 36: 37: == Purchased Charms == 38: 39: {{velocity}} 40: 41: {{section}} 42: {{column}} 43: 44: #foreach ($charm in $doc.getObjects("Exalted.Charms")) 45: #if ($velocityCount % 2 != 0) 46: |= $charm.get("Charm") 47: |((( 48: **Cost**: $charm.get("Cost") 49: **Type**: $charm.get("Type") 50: **Duration**: $charm.get("Duration") 51: **Keywords**: $charm.get("Keywords") 52: 53: $charm.get("Description") 54: ))) 55: 56: #end 57: #end 58: 59: {{/column}} 60: 61: {{column}} 62: 63: #foreach ($charm in $doc.getObjects("Exalted.Charms")) 64: #if ($velocityCount % 2 == 0) 65: |= $charm.get("Charm") 66: |((( 67: **Cost**: $charm.get("Cost") 68: **Type**: $charm.get("Type") 69: **Duration**: $charm.get("Duration") 70: **Keywords**: $charm.get("Keywords") 71: 72: $charm.get("Description") 73: ))) 74: 75: #end 76: #end 77: 78: {{/column}} 79: {{/section}} 80: 81: {{/velocity}}