is_example = False
mcm_name = "Anubs Ix"
anim_dir("Anubs Ix")
anim_id_prefix("Anubs_")
anim_name_prefix("Anubs ")
common_tags("Anubs")


Animation(
    id="Sweetroll",
    name=" Sweetroll",
    tags="Dirty,Masturbation",
    sound=Squishing,
    actor1=Male(strap_on=True, object="AOSweetroll"),		
	a1_stage_params=[
        Stage(1, silent=True, sos=2),
	Stage(2, sos=2),
	Stage(3, sos=2),
	Stage(4, sos=3),
	Stage(5, sos=4)
	]
),


Animation(
    id="mmoutheral",
    name=" MMO Utheral",
    tags="Dirty,MM,Handjob",
    sound=Squishing,
    actor1=Female(),
    actor2=Male(strap_on=True),
),

Animation(
	id="ix_ww",
	name="Ixums Werewolf Lover", 
	tags="Dirty, Anal, Creature, Bestiality, Werewolf, Sex", 
	sound=Squishing, 
actor1=Male(add_cum="Oral"),
a1_stage_params=[
        Stage(1, silent=True),
		Stage(5, silent=True, open_mouth=True)
		],
actor2=CreatureMale(race="Werewolves"),
),

Animation(
	id="ix_troll",
	name="Ixums Troll Cowboy", 
	tags="Dirty, Anal, Creature, Bestiality, Troll, Sex", 
	sound=Squishing, 
actor1=Male(add_cum="Oral"),
actor2=CreatureMale(race="Trolls"),
),

Animation(
id="ix_horse",
name="Ixums Horse", 
tags="Dirty, Anal, Creature, Bestiality, Horse, Sex", 
sound=Squishing, 
actor1=Male(add_cum="Oral"),
a1_stage_params=[
Stage(1, silent=True, animvars="AVbHumanoidFootIKDisable"),
Stage(4, silent=True),
Stage(5, silent=True),
],
actor2=CreatureMale(race="Horses"),
stage_params=
[
Stage(1, sound=Sucking),
Stage(2, sound=Sucking),
],
),

Animation(
id="ix_bigtroll",
name="Ixums Big troll (troll basescale 1.5)", 
tags="Dirty, Oral, Creature, Bestiality, Troll, Sex", 
sound=Sucking, 
actor1=Male(add_cum="Oral"),
a1_stage_params=
[
Stage(1, silent=True, animvars="AVbHumanoidFootIKDisable"),
Stage(5, silent=True),
],
actor2=CreatureMale(race="Trolls"),
a2_stage_params=
[
Stage(2, silent=True),
Stage(3, silent=True),
Stage(4, silent=True),
Stage(5, silent=True),
],
stage_params=
[
Stage(2, sound=Squishing),
Stage(3, sound=Squishing),
Stage(4, sound=Squishing),
],
),


