Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
14
trunk/racescripts/minot_charge.nss
Normal file
14
trunk/racescripts/minot_charge.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Minotaur does an extra 1d6 damage over the
|
||||
3d6+6 of its normal attack
|
||||
*/
|
||||
|
||||
#include "prc_inc_combmove"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
|
||||
DoCharge(oPC, oTarget, TRUE, TRUE, d6());
|
||||
}
|
Reference in New Issue
Block a user