Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: making creature transform at full moon  (Read 697 times)

sackhead

  • Bay Watcher
    • View Profile
making creature transform at full moon
« on: August 09, 2012, 02:46:33 am »

Hi im trying to get it so every full moon a certain caste of elves transforms into this
Spoiler (click to show/hide)


 without going on a were beast rampage

and I knead some help with the interaction (as in I have no idea how to do it) except it would involve the [CE:PERIODIC:MOON_PHASE:27:0] tag
it is for a mod I am attempting to make to make human and elves playable while being substantially different to dwarfs.
any help is appreciated thank you.
(the bears skin is from dwarf chocolate)
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: making creature transform at full moon
« Reply #1 on: August 09, 2012, 12:19:20 pm »

You need to make sure to have CE_BODY_TRANSFORMATION:START:0 above your CE:CREATURE tag. Other than that, it's fine. However, you will need to give EVERY OTHER ELF that interaction and have it only affect that particular elf, which I'm guessing would involve adding [IT_AFFECTED_CREATURE:ELF:BEAR_FEMALE] or some such under I_TARGET:A:CREATURE. You would then give every elf other than the bear elf the CAN_DO_INTERACTION:BEAR_MOON_FORM without a usage hint so that every elf bear will transform at the full moon without fail.
« Last Edit: August 09, 2012, 12:22:14 pm by Putnam »
Logged

sackhead

  • Bay Watcher
    • View Profile
Re: making creature transform at full moon
« Reply #2 on: August 09, 2012, 11:29:03 pm »

thank you I'll try and make the interaction and then do some testing
Logged