Updated AMS marker feats. Removed arcane & divine marker feats. Updated Dread Necromancer for epic progression. Updated weapon baseitem models. Updated new weapons for crafting & npc equip. Updated prefix. Updated release archive.
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /*:://////////////////////////////////////////////
 | |
| //:: Spell Name Planar Binding, Greater
 | |
| //:: Spell FileName PHS_S_PlanBindGr
 | |
| //:://////////////////////////////////////////////
 | |
| //:: In Game Spell desctiption
 | |
| //:://////////////////////////////////////////////
 | |
|     Conjuration (Calling) [see text for lesser planar binding]
 | |
|     Level: Sor/Wiz 8
 | |
|     Components: V, S
 | |
|     Targets: Up to three elementals or outsiders, totaling no more than 18 HD,
 | |
|              no two of which can be more than 30 ft. apart when they appear.
 | |
| 
 | |
|     This spell functions like lesser planar binding, except that you may call a
 | |
|     single creature of 18 HD or less, or up to three creatures of the same kind
 | |
|     whose Hit Dice total no more than 18. Each creature gets a saving throw,
 | |
|     makes independent attempts to escape, and must be persuaded to aid you
 | |
|     individually.
 | |
| //:://////////////////////////////////////////////
 | |
| //:: Spell Effects Applied / Notes
 | |
| //:://////////////////////////////////////////////
 | |
|     Placeholder script.
 | |
| 
 | |
|     Lesser needed first.
 | |
| //:://////////////////////////////////////////////
 | |
| //:: Created By: Jasperre
 | |
| //::////////////////////////////////////////////*/
 | |
| 
 | |
| #include "PHS_INC_SPELLS"
 | |
| 
 | |
| void main()
 | |
| {
 | |
| 
 | |
| }
 |