Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chris-plus-alphanumericgibberish/1589620b74d8d008c150d620bbd76755 to your computer and use it in GitHub Desktop.
Save Chris-plus-alphanumericgibberish/1589620b74d8d008c150d620bbd76755 to your computer and use it in GitHub Desktop.
Amalgum notes
case GITH_ART:{
//Chilling Wrath
//Infinite Resonance
//Sword Forms
// Penetrating Edge of Hatred: Boost from insantiy
// Cold Edge of Wrath: Boost from insanity
// Defensive Edge of Leadership: Boost from sanity
// Anti-magic Edge of Serenity: Boost from sanity
// Resonant Edge of Fellowship: Boost from sanity
}break;
case ZERTH_ART:{
pline("There are mantras wound around the grip.");
//Reign of Anger (MM)
if(ACURR(A_WIS) < 8 && ACURR(A_WIS)+ACURR(A_INT) > 21 && Insanity > 75){
}
//Scripture of Steel (+1 to-hit and saves)
// if(ACURR(A_WIS)+ACURR(A_INT) > 23){
// }
//Submerge the Will (Protection + Saves)
// if(ACURR(A_WIS)+ACURR(A_INT) > 27){
// }
//Vilquar's Eye (Blindness)
if(ACURR(A_WIS)+ACURR(A_INT) > 29){
}
//Power of One (Strength)
// if(ACURR(A_WIS)+ACURR(A_INT) > 31){
// }
//Balance in All Things
// if(ACURR(A_WIS)+ACURR(A_INT) > 34){
// }
//Zerthimon's Focus
// if(ACURR(A_WIS)+ACURR(A_INT) > 37){
// }
}break;
case AMALGUM_ART:{
//Reign of Anger
//Scripture of Steel
//Submerge the Will
//Vilquar's Eye
//Power of One
//Balance in All Things
//Zerthimon's Focus
//Chilling Wrath
//Infinite Resonance
//Unity of Will
//Unbroken Circle
//Perfect Rejuvenation
//Sword Forms
// Penetrating Edge
// Anti-magic Edge
// Defensive Edge
}break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment