-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.4.9: 2.1 beta, fly, and elemental tweaks buff
- Loading branch information
Showing
38 changed files
with
1,403 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace TomeOfTheFirebird.Bugfixes.AI_Fixes | ||
{ | ||
class WrongDefaultAttack | ||
{ | ||
//Daeran At Party: Use Divine Zap, not crossbow | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
using BlueprintCore.Blueprints.CustomConfigurators.UnitLogic.Abilities; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
using static Kingmaker.Armies.TacticalCombat.Grid.TacticalCombatGrid; | ||
|
||
namespace TomeOfTheFirebird.Helpers | ||
{ | ||
internal static class InteropHelpers | ||
{ | ||
public static AbilityConfigurator AddSpellToMedium(this AbilityConfigurator spell, int level) | ||
{ | ||
if (Settings.IsMediumMpdEnabled()) | ||
{ | ||
spell.AddToSpellList(level, "ff3e034659b64d21ac57dc0d9e893bdb", true); | ||
} | ||
|
||
return spell; | ||
} | ||
|
||
public static AbilityConfigurator AddSpellToSummoner(this AbilityConfigurator spell, int level) | ||
{ | ||
|
||
|
||
return spell; | ||
} | ||
|
||
public static AbilityConfigurator AddSpellToPsychic(this AbilityConfigurator spell, int level) | ||
{ | ||
|
||
|
||
return spell; | ||
} | ||
|
||
public static AbilityConfigurator AddSpellToOccultist(this AbilityConfigurator spell, int level) | ||
{ | ||
|
||
|
||
return spell; | ||
} | ||
|
||
public static AbilityConfigurator AddSpellToSpiritualist(this AbilityConfigurator spell, int level) | ||
{ | ||
|
||
|
||
return spell; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[ | ||
{ | ||
"Key": "FieryRunes.Name", | ||
|
||
"enGB": "Fiery Runes" | ||
}, | ||
{ | ||
"Key": "FieryRunes.Desc", | ||
|
||
"enGB": "You charge a ally with a magic rune of fire. \n When the wielder of the weapon successfully strikes a foe in melee with the weapon, the wielder can discharge the rune as a swift action to deal 1d4+1 points of fire damage to the target.This damage isn’t multiplied on a critical hit. If the target has spell resistance, you attempt a caster level check (1d20 + caster level) against that spell resistance when the rune is discharged.If the rune is successfully resisted, the rune is expended and does no damage; otherwise, the rune deals damage normally.\n For every 2 caster levels beyond 3rd the caster possesses, the rune deals an additional 1d4+1 points of fire damage(2d4+2 at caster level 5th, 3d4+3 at 7th, and so on) to a maximum of 5d4+5 points of fire damage at caster level 11th." | ||
|
||
|
||
}, | ||
{ | ||
"Key": "FieryRuneArray.Name", | ||
|
||
"enGB": "Fiery Rune Array" | ||
}, | ||
{ | ||
"Key": "FieryRuneArray.Desc", | ||
|
||
"enGB": "You charge a ally with magic runes of fire. \n When the wielder of the weapon successfully strikes a foe in melee with the weapon, the wielder can discharge a rune as a swift action to deal 1d4+1 points of fire damage to the target.This damage isn’t multiplied on a critical hit. If the target has spell resistance, you attempt a caster level check (1d20 + caster level) against that spell resistance when the rune is discharged. If the rune is successfully resisted, a rune is expended and does no damage; otherwise, the rune deals damage normally.\n For every 2 caster levels beyond 3rd the caster possesses, the rune deals an additional 1d4+1 points of fire damage(2d4+2 at caster level 5th, 3d4+3 at 7th, and so on) to a maximum of 5d4+5 points of fire damage at caster level 11th.\n The spell creates 1 rune, plus 1 per 5 caster levels, to a maximum of 5 at level 20." | ||
}, | ||
|
||
{ | ||
"Key": "Fly.Name", | ||
"ProcessTemplates": false, | ||
"enGB": "Fly" | ||
}, | ||
{ | ||
"Key": "Fly.Desc", | ||
"ProcessTemplates": false, | ||
"enGB": "The subject gains flight, increasing their speed by ten feet, ignoring ground effects, and gaining a +3 dodge bonus to AC against melee attacks" | ||
} | ||
|
||
|
||
|
||
|
||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.