@Woolie_Wool , this is kind of an aside, but the TnB version of Armored Casting is directly based on the system within 5E, which says that a character can cast spells with somatic components while wearing armor, provided they are proficient in that armor. By default, Mages and Sorcerers do not have armor proficiency, but you can get proficiency through races like Dwarf or through multi-classing.
Although I believe that the current iteration refrains from giving multiclassed or dualclassed mages Armored Casting, even though they would receive it in 5th edition. The only classes that explicitly make use of Armored Casting in Tome and Blood currently are the Magus (who the Armored Casting component was designed for), bards (personal design preference), and Oracles (which are getting phased out and converted to Incarnates for the Faith and Powers mod).
@Aquadrizzt cool that you have a spell generator, or that dialogue would be HUGE to do manually
On the higher level side, wouldn't your approach make a spell-swapping Sorcerer only, without anything related to scroll scribing? That's slightly more unbalanced than my proposal (since it will be able to access any existing spell without cost), but I can see that it's more practical, since you have the infrastructure of the spell selection down.
I mean, you could always add an additional check to the logic to say that you must also have a scroll of the relevant spell in order to add it to your spellbook...
Wait this sounds like it might actually be balanced then... hmmmm...
AC is really kind of dumb. Does 5E still use AC? I hope not.
AC is fine. And yes, 5E uses AC. The system itself is perfectly fine. The way that 2E uses it is completely backwards compared to what 3E and onwards do, however; that's also true of everything in 2E though. In 3E to 5E, AC works as an increasing positive number. So, 13-17AC in those rules is the AC for a starting character. Classes with heavy armor and/or shields are likely to have 18-20AC when they buy/find some decent armor. Then, an attack roll has to beat the AC of the character being attacked. It's more straight forward in 5E.
The way that 2E uses it is completely backwards compared to what 3E and onwards do, however; that's also true of everything in 2E though.
Sigh. Let's please not perpetuate this nonsense
I think you misunderstand. And you're overthinking it. You're correct, but that's not the vein I was going in the first place. In 2E, -1AC rating is better than 18AC rating. In 3E and onwards, 18AC rating is better than 15AC rating. Is the math essentially the same, behind the scenes? Of course.
But it simplifies it for the player if they don't have to consider negative numbers, because the idea of 18AC being "more" is something innately understandable. By contrast, -1AC being "more" is kind of confusing until you get the hang of it. It's not different in application, just in HOW it is presented.
I think that who said that "AC is horrible" didn't mean the negative number weirdness of 2E, probably.
There are alternative systems that divide the "AC" in two steps: a check to avoid the hit at all (based on your skills, buffs, shield) and a damage reduction based on your armour and maybe some physical characteristics (plus magic).
It's a bit more realistic but also a bit more complex, so I understand why D&D sticks to AC. Which I'm happy with, especially in 5E (I'm really loving this edition).
How about the Arcanist would behave like a normal Mage, but with -1 slot. Then you have a number of spells you can cast per day, like the sorcerer. When casting a memorized spell it is check against the number of spells per day. If it is greater than 0 the spell is restored.
for example. I have a Arcanist with 3 lvl 1 spells memorized (Armor, Magic Missile, Sleep) and 4 spells(slots) per day. When I cast Armor the spells per day is checked 4>0 and thr spell is restored.
also if the spell per day is 0 every spell that would be cast should fail.
But I have no idea if this can be done in the engine (no BG modding exp).
@Woolie_Wool btw there are some mods that change Armor and AC. Full Plate And Packing Steel or Item Revision.
@Darkersun , unfortunately, I do not believe that it is possible to give spells this kind of functionality, but there are a lot of undocumented engine changes in 2.0 so I'll look into it at some point.
@Darkersun , unfortunately, I do not believe that it is possible to give spells this kind of functionality, but there are a lot of undocumented engine changes in 2.0 so I'll look into it at some point.
Yeah, I don't think there are any new Script triggers that would allow that. And what @Darkersun mentioned would have to be a script, because it would need to happen on the fly.
Too bad, I just though it is possible to check against a number. Also I thought it would make sense because there is already a function that restore spells.
Like I said no BG modding exp. need top change this some day when work and other things stop fulling my free tine
Comments
Although I believe that the current iteration refrains from giving multiclassed or dualclassed mages Armored Casting, even though they would receive it in 5th edition. The only classes that explicitly make use of Armored Casting in Tome and Blood currently are the Magus (who the Armored Casting component was designed for), bards (personal design preference), and Oracles (which are getting phased out and converted to Incarnates for the Faith and Powers mod).
On the higher level side, wouldn't your approach make a spell-swapping Sorcerer only, without anything related to scroll scribing? That's slightly more unbalanced than my proposal (since it will be able to access any existing spell without cost), but I can see that it's more practical, since you have the infrastructure of the spell selection down.
Wait this sounds like it might actually be balanced then... hmmmm...
Also Before I knew how to use Weidu to do it, I DID code it manually... *shudders* I can confirm that it did take forever.
But it simplifies it for the player if they don't have to consider negative numbers, because the idea of 18AC being "more" is something innately understandable. By contrast, -1AC being "more" is kind of confusing until you get the hang of it. It's not different in application, just in HOW it is presented.
There are alternative systems that divide the "AC" in two steps: a check to avoid the hit at all (based on your skills, buffs, shield) and a damage reduction based on your armour and maybe some physical characteristics (plus magic).
It's a bit more realistic but also a bit more complex, so I understand why D&D sticks to AC. Which I'm happy with, especially in 5E (I'm really loving this edition).
Then you have a number of spells you can cast per day, like the sorcerer.
When casting a memorized spell it is check against the number of spells per day. If it is greater than 0 the spell is restored.
for example. I have a Arcanist with 3 lvl 1 spells memorized (Armor, Magic Missile, Sleep)
and 4 spells(slots) per day. When I cast Armor the spells per day is checked 4>0 and thr spell is restored.
also if the spell per day is 0 every spell that would be cast should fail.
But I have no idea if this can be done in the engine (no BG modding exp).
@Woolie_Wool btw there are some mods that change Armor and AC. Full Plate And Packing Steel or Item Revision.
Also I thought it would make sense because there is already a function that restore spells.
Like I said no BG modding exp. need top change this some day when work and other things stop fulling my free tine