PDA

View Full Version : half-elf /orc vs human effect Question



wakhere
January 7th, 2024, 20:27
hi, just a quick question.

running pathfinder PFPRG....

for a ranger i coded "rangerenemy; IFT:type(human);ATK:2;DMG:2 " works fine......

but i thought it should also apply vs half races.......which it dont.

the race definition says all racial effects for elf and human......

am i missing sonething ?

Morenu
January 8th, 2024, 03:15
hi, just a quick question.

running pathfinder PFPRG....

for a ranger i coded "rangerenemy; IFT:type(human);ATK:2;DMG:2 " works fine......

but i thought it should also apply vs half races.......which it dont.

the race definition says all racial effects for elf and human......

am i missing sonething ?

well a quick fix should be:
rangerenemy; IFT:type(human,half-orc,half-elf);ATK:2;DMG:2

no time to test it, but...

Asgurgolas
January 8th, 2024, 03:15
in the "race" field for your character, put "half-elf [or half-orc] (human)". It will trigger then for both elf/orc and human

wakhere
January 8th, 2024, 15:23
okay. ive got the idea now. both Half elf/orc types are not coded in the types......list..... they do not exist. nor do they work.
adding to the race on char does..... so Race Half-elf becomes Race Half-elf (human,elf) this seems to work.....

Morenu
January 8th, 2024, 17:11
That will Work for anytime you’re dealing with an edited PC.( I actually do this on all our characters)

But I’m not sure if you pull in a half orc or half elf as an npc, you might have to code those the same way. If you place human, half elf and half orc in the IF statement that may catch them without needing to add a label. I have not tested it so I don’t know if it’s necessary.