Lets say hypothetically i wanted to be able to summon friendly direwolves and hostile (to both orcs and enemies) minotaurs
(a) how to make direwolves tameable?
(b) how to control hostility of a summons?
(c) if it's possible, what is a fair price for the reaction?
a: Direwolf tameable should just be the TRAINABLE tag in the creature raw.
b: All summons are always friendly, but you can make them hostile by summoning a creature with CRAZED or OPPOSED_TO_LIFE.
c: No idea... your mod, your balancing. I havent played with the orcs yet, so I dont know how much of what they have in the end.
Help with Orc Drummer ?
Actually, you can skip the caste and transformation, and just add a syndrome. You cant have custom names and sprites though, but the people can read the "combat log" of the drummer playing games.
boiling stone that is created.
[INORGANIC:DRUMMING_1]
[USE_MATERIAL_TEMPLATE:STONE_VAPOR_TEMPLATE]
[STATE_NAME_ADJ:GAS:Drum Song]
[SPEC_HEAT:1]
[IGNITE_POINT:NONE]
[MELTING_POINT:9509]
[BOILING_POINT:9510]
[HEATDAM_POINT:1]
[SYNDROME]
[SYN_AFFECTED_CREATURE:ORC:ALL]
[SYN_INHALED]
[SYN_CONTACT]
[CE_CAN_DO_INTERACTION:PROB:100:START:0:END:33600] <= one month
[CDI:INTERACTION:MUSIC_DRUMMING_1]
[CDI:ADV_NAME:Bow]
[CDI:TARGET:A:LINE_OF_SIGHT]
[CDI:TARGET_RANGE:A:25]
[CDI:VERB:play drums:plays drums:NA]
[CDI:TARGET_VERB:hear drums:hears drums]
[CDI:MAX_TARGET_NUMBER:A:100]
[CDI:FREE_ACTION]
interaction
[INTERACTION:MUSIC_DRUMMING_1]
[I_SOURCE:CREATURE_ACTION]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_AFFECTED_CREATURE:ORC:ALL]
[IT_FORBIDDEN:NOT_LIVING]
[IT_CANNOT_HAVE_SYNDROME_CLASS:INSPIRED]
[IT_MANUAL_INPUT:audience member]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME]
[SYN_CLASS:INSPIRED]
[SYN_NAME:inspired by music]
[SYN_AFFECTED_CREATURE:ORC:ALL]
[CE_SPEED_CHANGE:SPEED_PERC:125:START:0:END:11200]
I just said ORC:ALL, but your taiga orcs have different creature IDs`?
Anyway, for the creature upgrades you would have to write a seperate creature for each one. Not too much work, just copy+paste the original creature, and add whatever you wanted to upgrade. ^^
Oh, and the summoning in workshops is super complicated, with transformations, melting of bodyparts, reanimation, again transformation... it is a horror. But if you give me the base creature and the wanted creature (orc spawns warg was my example I think) then I could write that. it will only be somewhat buggy, same as always with boiling stones...