forked from SilverStudioGames/WTS
LoafyLemon
3ede6dba2d
* Implemented idle/stroking pose * Updated .gitignore to not include development PNG files
94 lines
2.6 KiB
Plaintext
94 lines
2.6 KiB
Plaintext
|
|
image CG lun_intro luna bendover = Fixed(
|
|
"images/CG/lun_intro/bg.webp",
|
|
"images/CG/lun_intro/luna.webp",
|
|
)
|
|
|
|
image CG lun_intro luna bendover naked = Fixed(
|
|
"images/CG/lun_intro/bg.webp",
|
|
"images/CG/lun_intro/luna_naked.webp",
|
|
)
|
|
|
|
layeredimage lun_blowjob_personal_pose1:
|
|
fit "cover"
|
|
fit_first True
|
|
|
|
always "lun_blowjob_personal_background"
|
|
always "lun_blowjob_personal_pose1_luna_base"
|
|
always "lun_blowjob_personal_genie_back"
|
|
|
|
group luna_cheeks auto prefix "cheeks":
|
|
attribute none null default
|
|
|
|
group luna_mouth auto prefix "mouth":
|
|
attribute base default
|
|
|
|
group luna_eyes auto prefix "eyes":
|
|
attribute base_stare default
|
|
|
|
group luna_eyebrows auto prefix "eyebrows":
|
|
attribute base default
|
|
|
|
always "lun_blowjob_personal_pose1_luna_hair"
|
|
|
|
attribute penis default if_not ["trousers"]
|
|
attribute penis_shadow default if_not ["trousers"]
|
|
attribute penis_spit
|
|
|
|
group handjob prefix "handjob" if_not ["trousers"]:
|
|
attribute idle "lun_blowjob_personal_pose1_luna_stroke_down" default
|
|
attribute slow
|
|
attribute moderate
|
|
attribute fast
|
|
|
|
always "lun_blowjob_personal_genie_front"
|
|
|
|
group genie:
|
|
attribute trousers "lun_blowjob_personal_genie_trousers" default
|
|
attribute no_trousers null
|
|
|
|
always "lun_blowjob_personal_tabletop"
|
|
|
|
group cum auto prefix "cum" if_not ["trousers"]:
|
|
attribute precum default
|
|
|
|
always "lun_blowjob_personal_vignette"
|
|
|
|
image lun_blowjob_personal_pose1_handjob_slow:
|
|
Fixed(
|
|
"lun_blowjob_personal_pose1_luna_stroke_down_shadow",
|
|
"lun_blowjob_personal_pose1_luna_stroke_down")
|
|
pause 0.5
|
|
Fixed(
|
|
"lun_blowjob_personal_pose1_luna_stroke_up_shadow",
|
|
"lun_blowjob_personal_pose1_luna_stroke_up")
|
|
pause 0.5
|
|
repeat
|
|
|
|
image lun_blowjob_personal_pose1_handjob_moderate:
|
|
Fixed(
|
|
"lun_blowjob_personal_pose1_luna_stroke_down_shadow",
|
|
"lun_blowjob_personal_pose1_luna_stroke_down")
|
|
pause 0.35
|
|
Fixed(
|
|
"lun_blowjob_personal_pose1_luna_stroke_up_shadow",
|
|
"lun_blowjob_personal_pose1_luna_stroke_up")
|
|
pause 0.35
|
|
repeat
|
|
|
|
image lun_blowjob_personal_pose1_handjob_fast:
|
|
Fixed(
|
|
"lun_blowjob_personal_pose1_luna_stroke_down_shadow",
|
|
"lun_blowjob_personal_pose1_luna_stroke_down",
|
|
"lun_blowjob_personal_pose1_luna_stroke_down_speedlines")
|
|
|
|
pause 0.2
|
|
|
|
Fixed(
|
|
"lun_blowjob_personal_pose1_luna_stroke_up_shadow",
|
|
"lun_blowjob_personal_pose1_luna_stroke_up",
|
|
"lun_blowjob_personal_pose1_luna_stroke_up_speedlines")
|
|
|
|
pause 0.2
|
|
repeat
|