@Destroid
Bite interactions I haven't worked with very well maybe IT000 will pay a vist and help, but this could show some answers for you:
interaction_werebeast
[OBJECT:INTERACTION]
Note: This assumes there's a casteless beast "WEREBEAST". Inside of its bite attack, you'd put:
(SPECIALATTACK_INTERACTION:WEREBEAST_BITE) with square brackets.
[INTERACTION:WEREBEAST_CURSE]
[I_SOURCE:DEITY]
[IS_USAGE_HINT:MAJOR_CURSE]
[IS_HIST_STRING_1: cursed ]
[IS_HIST_STRING_2: to assume the form of a wolf-like monster every full moon]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_REQUIRES:CAN_LEARN]
[IT_REQUIRES:HAS_BLOOD]
[IT_FORBIDDEN:NOT_LIVING]
[IT_FORBIDDEN:SUPERNATURAL]
[IT_CANNOT_HAVE_SYNDROME_CLASS:WERECURSE]
[IT_CANNOT_HAVE_SYNDROME_CLASS:VAMPCURSE]
[IT_CANNOT_HAVE_SYNDROME_CLASS:DISTURBANCE_CURSE]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME]
[IE_ARENA_NAME:Werewolf]
[SYN_CLASS:WERECURSE]
[CE_BODY_TRANSFORMATION:START:0]
[CE:CREATURE:WEREBEAST:DEFAULT]
[CE:PERIODIC:MOON_PHASE:27:0]
[CE_ADD_TAG:NO_AGING:START:0]
[INTERACTION:WEREBEAST_BITE]
[I_SOURCE:ATTACK]
[IS_HIST_STRING_1: bit ]
[IS_HIST_STRING_2:, passing on the werebeast curse]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_REQUIRES:CAN_LEARN]
[IT_REQUIRES:HAS_BLOOD]
[IT_FORBIDDEN:NOT_LIVING]
[IT_FORBIDDEN:SUPERNATURAL]
[IT_CANNOT_HAVE_SYNDROME_CLASS:WERECURSE]
[IT_CANNOT_HAVE_SYNDROME_CLASS:VAMPCURSE]
[IT_CANNOT_HAVE_SYNDROME_CLASS:DISTURBANCE_CURSE]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME]
[SYN_CLASS:WERECURSE]
[CE_BODY_TRANSFORMATION:START:16800]
[CE:CREATURE:WEREBEAST:DEFAULT]
[CE:PERIODIC:MOON_PHASE:27:0]
@Mekboy
add a [CASTE:GENERIC] at the very end of your creature, also you don't need POISON:TAINTED_OIL... since your blood is the same. Make it use BLOOD and remove POSION haveing two materials that are the same is redunandt
in your syndrome use GENERIC instead of DEFAULT for the body transformation
plus CE_UNCONSCIOUSNESS:SEV:100:PROB:100
:::START:0:PEAK:600:END:1200 why is there unused parameters?