is_example = False 
mcm_name = "Dayelyte"
anim_dir("Dayelyte") 
anim_id_prefix("dayelyte_") 
anim_name_prefix("Dayelyte ") 
common_tags("Dayelyte")

Animation( 
    id="Werewolf_Blowjob", 
    name="Female Werewolf Blow Job", 
    tags="Creature,Werewolves,Bestiality,Aggressive,AggressiveDefault,Dirty,Rough,Oral,CM,MC", 
    sound="Sucking", 
    actor1=Male(strap_on=True),
    actor2=CreatureFemale(race="Werewolves", add_cum=Oral),
    a2_stage_params = [ 
        Stage(1, silent=True, open_mouth=True),
    ],
) 

Animation( 
    id="Werewolf_Behind", 
    name="Female Werewolf Behind", 
    tags="Creature,Werewolves,Bestiality,Aggressive,AggressiveDefault,Dirty,Rough,Vaginal,CM,MC,Doggy", 
    sound="Squishing", 
    actor1=Male(strap_on=True),
    actor2=CreatureFemale(race="Werewolves", add_cum=Vaginal),
) 

Animation( 
    id="Werewolf_Missionary", 
    name="Female Werewolf Missionary", 
    tags="Creature,Werewolves,Bestiality,Aggressive,AggressiveDefault,Dirty,Rough,Vaginal,CM,MC,Missionary", 
    sound="Squishing", 
    actor1=Male(strap_on=True),
    actor2=CreatureFemale(race="Werewolves", add_cum=Vaginal),
) 

Animation( 
    id="Werewolf_OnTop", 
    name="Female Werewolf On Top", 
    tags="Creature,Werewolves,Bestiality,Aggressive,AggressiveDefault,Dirty,Rough,Vaginal,CM,MC,Cowgirl", 
    sound="Squishing", 
    actor1=Male(strap_on=True),
    actor2=CreatureFemale(race="Werewolves", add_cum=Oral),
) 