Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug: DATA-2997 Quadraped Eidolons not able to add Claws evolution… #1380

Merged
merged 1 commit into from Jul 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -3,7 +3,7 @@ SOURCELONG:Advanced Player's Guide SOURCESHORT:APG SOURCEWEB:http://paizo.com/st
# Original Entry by: gjorbjond

# Ability Name Unique Key SORTKEY Category of Ability Type Visible Required Ability Restricted Ability Required AL Prohibited Class Multiple Requirements Required Race Minimum Size Maximum Size Required Var. value Var. Min. Value Var. Max. Value Define Description Stackable? Multiple? Choose Template Clone Movement Auto Weapon Prof Ability Bonus Ability Pool Bonus DR Bonus to HP Add to base move Adjust PC Size Bonus to skill Bonus to skill rank Stat bonus Modify VAR Add to vision Weapon prof. bonus Class Skill Spell Res. Damage Reduction Cost Source Page Aspects
Racial Traits ~ Eidolon CATEGORY:Internal DEFINE:EidolonDefault|0
Racial Traits ~ Eidolon CATEGORY:Internal DEFINE:EidolonDefault|0 DEFINE:EidArms|0 DEFINE:EidArmsUsed|0 DEFINE:EidLegs|0 DEFINE:EidLegsUsed|0 DEFINE:EidolonAspect|0

CATEGORY=Internal|Racial Traits ~ Eidolon.MOD ABILITY:Internal|AUTOMATIC|Assign RaceType ~ Outsider|PREVAREQ:Eidolon_CF_RaceType,0
CATEGORY=Internal|Racial Traits ~ Eidolon.MOD DEFINE:Eidolon_CF_BaseAB|0
Expand Down Expand Up @@ -63,8 +63,8 @@ Remove Base Form Claws KEY:Evolution ~ Remove Claws SORTKEY:1 CATEGORY:S
# 1-point
Bite KEY:Evolution ~ Bite CATEGORY:Special Ability TYPE:EvolutionChoice.Extraordinary.EvolutionQuadruped.EvolutionSerpentine PREVARGTEQ:EidMaxAttacks,EidUsedAttacks+1 DEFINE:EidBiteCount|0 DESC:The eidolon's maw is full of razor-sharp teeth, giving it a bite attack. ABILITY:Internal|AUTOMATIC|Bite BONUS:VAR|EidBiteCount|1 BONUS:VAR|EidUsedAttacks|1
Bite (1.5 x Str.) KEY:Evolution ~ Improved Bite CATEGORY:Special Ability TYPE:EvolutionChoice.Extraordinary PREABILITY:1,CATEGORY=Special Ability,Evolution ~ Bite !PRECLASS:1,Summoner=1 PREMULT:1,[!PRERACE:1,Eidolon (Biped)],[!PREABILITY:1,CATEGORY=Internal,Eidolon Type ~ Biped] DESC:If the eidolon already has a bite attack, this evolution allows it to deal 1-1/2 times its Strength modifier on damage rolls made with its bite. BONUS:WEAPONPROF=Bite|DAMAGE|STR/2
Clawed Hands KEY:Evolution ~ Clawed Hands CATEGORY:Special Ability TYPE:EvolutionChoice.Extraordinary.EvolutionBiped PREABILITY:1,CATEGORY=Special Ability,Evolution ~ Arms PREVARGTEQ:EidMaxAttacks,EidUsedAttacks+2 PREVARGTEQ:EidArms,EidArmsUsed+1 DEFINE:EidClawCount|0 DESC:The eidolon has a pair of vicious claws at the end of its limbs, giving it two claw attacks. STACK:YES MULT:YES CHOOSE:NUMCHOICES=3|NOCHOICE ABILITY:Internal|AUTOMATIC|Claw BONUS:VAR|EidClawCount|1 BONUS:VAR|EidUsedAttacks|2 BONUS:VAR|EidArmsUsed|1
Clawed Feet KEY:Evolution ~ Clawed Feet CATEGORY:Special Ability TYPE:EvolutionChoice.Extraordinary.EvolutionBiped PREABILITY:1,CATEGORY=Special Ability,Evolution ~ Legs PREVARGTEQ:EidMaxAttacks,EidUsedAttacks+2 PREVARGTEQ:EidLegs,EidLegsUsed+1 DEFINE:EidClawCount|0 DESC:The eidolon has a pair of vicious claws at the end of its limbs, giving it two claw attacks. ABILITY:Internal|AUTOMATIC|Claw BONUS:VAR|EidClawCount|1 BONUS:VAR|EidUsedAttacks|2 BONUS:VAR|EidLegsUsed|1
Clawed Hands KEY:Evolution ~ Clawed Hands CATEGORY:Special Ability TYPE:EvolutionChoice.Extraordinary.EvolutionBiped PREABILITY:1,CATEGORY=Special Ability,Evolution ~ Arms PREVARGTEQ:EidMaxAttacks,EidUsedAttacks+2 PREVARGTEQ:EidArms,EidArmsUsed+2 DEFINE:EidClawCount|0 DESC:The eidolon has a pair of vicious claws at the end of its limbs, giving it two claw attacks. STACK:YES MULT:YES CHOOSE:NOCHOICE ABILITY:Internal|AUTOMATIC|Claw BONUS:VAR|EidClawCount|1 BONUS:VAR|EidUsedAttacks|2 BONUS:VAR|EidArmsUsed|2
Clawed Feet KEY:Evolution ~ Clawed Feet CATEGORY:Special Ability TYPE:EvolutionChoice.Extraordinary.EvolutionBiped PREABILITY:1,CATEGORY=Special Ability,Evolution ~ Legs PREVARGTEQ:EidMaxAttacks,EidUsedAttacks+2 PREVARGTEQ:EidLegs,EidLegsUsed+2 DEFINE:EidClawCount|0 DESC:The eidolon has a pair of vicious claws at the end of its limbs, giving it two claw attacks. STACK:YES MULT:YES CHOOSE:NOCHOICE ABILITY:Internal|AUTOMATIC|Claw BONUS:VAR|EidClawCount|1 BONUS:VAR|EidUsedAttacks|2 BONUS:VAR|EidLegsUsed|2
Climb KEY:Evolution ~ Climb CATEGORY:Special Ability TYPE:EvolutionChoice.Extraordinary.EvolutionSerpentine DESC:The eidolon becomes a skilled climber, gaining a climb speed equal to its base speed. MOVECLONE:Walk,Climb,*1
Improved Climb KEY:Evolution ~ Improved Climb CATEGORY:Special Ability TYPE:EvolutionChoice.Extraordinary PREABILITY:1,CATEGORY=Special Ability,Evolution ~ Climb DESC:Each time this evolution is selected, the eidolon's climb speed increases by 20 ft STACK:YES MULT:YES CHOOSE:NOCHOICE BONUS:MOVEADD|TYPE.Climb|20
Gills KEY:Evolution ~ Gills CATEGORY:Special Ability TYPE:EvolutionChoice.Extraordinary DESC:The eidolon has gills and can breathe underwater indefinitely. ABILITY:Special Ability|AUTOMATIC|Amphibious
Expand Down