-
March 15th, 2022, 21:59 #11
Edit... nope I was wrong DMGTYPE can't be check
original post below. (and is all wrong)
Hmm, so I added ws dmgtype to the extension so I can add [ws] to the damage type of a weapon I am specialized in and it will add the weapon specialization damage automatically. NICE
table.insert(DataCommon.dmgtypes, "ws");
added this to my combat tab:
WS; IFT: DMGTYPE(ws); DMG: 2
(the WS; lets me know it is for weapon specialization)
and then add ws to the damage box of the specialized weapon
same could be done for weapon focus, greater weapon specialization and so on.Last edited by Morenu; April 17th, 2022 at 22:23.
-
April 17th, 2022, 22:27 #12
I am trying to figure out an automated way to apply added attack & damage to a weapon If the creature being attacked is Chaotic evil, but not add that damage to any other weapons the character is using against said Chaotic Evil creature. So I wanted to add a unique tag (CEBANE) to the weapon, then use something like this so it will only apply to a weapon with that tag. is this possible?
IFTAG: (CEBANE); IFT: ALIGN(Chaotic Evil); ATK: 2; DMG: 2
the fighter has a bludgeoning weapon and this magic greatsword. right now I can get the CE bonus to work but it adds the bonus to all weapons not just the greatsword.My First Mod PFRPG - Feats Extended, focusing on PF1e Feats and Racial Traits automation. It is open to community assistance** accidentally deleted, If anyone grabbed a copy, PLEASE let me know**. Here is the forum Link.
40+ PF1e Extensions & Modules I use, with links.
PF1E Coding Effects - Spreadsheet
Discord: Morenu
-
April 18th, 2022, 01:10 #13
-
April 18th, 2022, 02:27 #14
Yes, that worked
WF & WS;ATK:1;DMG:2 (action only)
Only issue is each weapon adds this effect (2 weapon fighter and also a gloom blade option so 3 weapons with effects for each 1) which is a lot in the effect section of the CT. And if I ever hand off the weapon, I must remember to remove the effect.
I instead decided it was cleaner to go to the action tab and click the magnifying glass for each weapon and add +1 to each of the 4 attack modifiers and added 2 to the bonus damage. Then I added WF and WS to the weapon name so I remember why they are there. Bonuses work, labeled so I know why, less combat tracker effect lines and it doesn’t change the base weapon. Oh and when my bab increases I do not need to mess with anything and my character sheet bonuses are correctMy First Mod PFRPG - Feats Extended, focusing on PF1e Feats and Racial Traits automation. It is open to community assistance** accidentally deleted, If anyone grabbed a copy, PLEASE let me know**. Here is the forum Link.
40+ PF1e Extensions & Modules I use, with links.
PF1E Coding Effects - Spreadsheet
Discord: Morenu
-
April 18th, 2022, 02:43 #15
Indeed, as Asgurgolas said, one can currently not add tags to weapon entries as for the other type of actions I once suggested to add that but people were not so interested into it, especially because there is another extension (advanced effects as mentioned by Asgurgolas) which allows to enter weapon-specific effects
My extensions for 3.5e and Pathfinder
Bug reports please here
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks