 |
|
 |
| |
| Author |
Message |
weaverofshadow
Playing a Different Game
Joined: 30 Jul 2007
|
Posted:
Sun Sep 09, 2007 2:23 pm |
  |
Do Blackguards get any bonus on their summons for the feats augment summon and Necro focus? is there a list of BG Summons by level?
Shad the Mad |
|
|
 |
 |
weaverofshadow
Playing a Different Game
Joined: 30 Jul 2007
|
Posted:
Fri Sep 14, 2007 2:43 pm |
  |
I still don't know if any feats help Blackguard summons but I compiled the list of summons myself and am posting them here in case someone else wants them:
BG lvl 3-6
Skeleton Warrior
Ftr6/BG3 AB +15/+10, AC19, Str 20, Dex 14, Con 16, Int 12, Wis 12 Cha 12, Fort +14 Reflex +8, Will +7
BG lvl 7+
Ghast warrior
Ftr6/BG7 AB +22/+17/+12, AC23, Str 24, Dex 20, Con 18, Int 14, Wis 14, Cha 16, Fort +19. Ref +14, Will +11
if anyone wants more details about feats and skills I'll post them |
|
|
 |
 |
Seed
Head Case


Gender: 
Joined: 26 Dec 2005
Location: Philadelphia PA USA
|
Posted:
Fri Sep 14, 2007 3:16 pm |
  |
Here's the scrpit - and No there are no feats that affect the summon:
| Code: | void main() {
string sResRef = "";
object oCaster = OBJECT_SELF;
int nCasterLvl = GetLevelByClass(CLASS_TYPE_BLACKGUARD, oCaster);
float fDuration = ApplyMetamagicDurationMods(HoursToSeconds(nCasterLvl * 2));
if (nCasterLvl < 7) sResRef = "pm_skeleton2"; // CR 9
else sResRef = "pm_ghast2"; // CR 13
ApplyEffectAtLocation(DURATION_TYPE_TEMPORARY, EffectSummonCreature(sResRef, VFX_FNF_SUMMON_UNDEAD), GetSpellTargetLocation(), fDuration);
} |
|
_________________

I ain't the world's best writer ain't the world's best speller but when I believe in something I'm the loudest yeller
If we fix it so you can't make no money on war well we'll all forget what we was killing folks for |
|
 |
 |
|
|
|
View next topic
View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
Powered by phpBB
© 2001/3 phpBB Group :: FI Theme ::
All times are GMT - 4 Hours
|
|
|
 |
|
 |
|