WTS/game/scripts/characters/hermione/requests.rpy

189 lines
4.8 KiB
Plaintext

# Public requests
default hg_pr_flirt = event_class(title = "Flirt with students!", start_label = "hg_pr_flirt", start_tier = 1, events = [
[
["hg_pr_flirt_T1_E1"],
["hg_pr_flirt_T1_E2"],
["hg_pr_flirt_T1_E3"]
],
[
["hg_pr_flirt_T2_E1"],
["hg_pr_flirt_T2_E2"],
["hg_pr_flirt_T2_E3"]
],
[
["hg_pr_flirt_T3_E1"],
["hg_pr_flirt_T3_E2"],
["hg_pr_flirt_T3_E3"]
]
],
icons = [None, None, None], # If a tier doesn't need an icon replace with None
iconset = [["star_empty", "star_yellow"], ["star_empty", "star_yellow"], ["star_empty", "star_yellow"]]
)
default hg_pr_flirt_teacher = event_class(title = "Flirt with teachers!", start_label = "hg_pr_flirt_teacher", start_tier = 1, events = [
[
["hg_pr_flirt_teacher_T1_E1"],
["hg_pr_flirt_teacher_T1_E2"],
["hg_pr_flirt_teacher_T1_E3"]
],
[
["hg_pr_flirt_teacher_T2_E1"],
["hg_pr_flirt_teacher_T2_E2"],
["hg_pr_flirt_teacher_T2_E3"]
],
[
["hg_pr_flirt_teacher_T3_E1"],
["hg_pr_flirt_teacher_T3_E2"],
["hg_pr_flirt_teacher_T3_E3"]
]
],
icons = [None, None, None], # If a tier doesn't need an icon replace with None
iconset = [["star_empty", "star_yellow"], ["star_empty", "star_yellow"], ["star_empty", "star_yellow"]]
)
default hg_pr_grope = event_class(title = "Let them grope you!", start_label = "hg_pr_grope", start_tier = 2, events = [
[
["hg_pr_grope_T2_E1"],
["hg_pr_grope_T2_E2"],
["hg_pr_grope_T2_E3"]
],
[
["hg_pr_grope_T3_E1"],
["hg_pr_grope_T3_E2"],
["hg_pr_grope_T3_E3"]
],
[
["hg_pr_grope_T4_E1"],
["hg_pr_grope_T4_E2"],
["hg_pr_grope_T4_E3"]
]
],
icons = [None, None, None], # If a tier doesn't need an icon replace with None
iconset = [["star_empty", "star_yellow"], ["star_empty", "star_yellow"], ["star_empty", "star_yellow"]]
)
default hg_pr_flash = event_class(title = "Flash your tits!", start_label = "hg_pr_flash", start_tier = 3, events = [
[
["hg_pr_flash_T3_E1"],
["hg_pr_flash_T3_E2"],
["hg_pr_flash_T3_E3"]
],
[
["hg_pr_flash_T4_E1"],
["hg_pr_flash_T4_E2"],
["hg_pr_flash_T4_E3"]
],
[
["hg_pr_flash_T5_E1"],
["hg_pr_flash_T5_E2"],
["hg_pr_flash_T5_E3"]
]
],
icons = [None, None, None], # If a tier doesn't need an icon replace with None
iconset = [["star_empty", "star_yellow"], ["star_empty", "star_yellow"], ["star_empty", "star_yellow"]],
monologue_glass = False # Event specific
)
default hg_pr_kiss = event_class(title = "Kiss a girl!", start_label = "hg_pr_kiss", start_tier = 3, events = [
[
["hg_pr_kiss_T3_E1"],
["hg_pr_kiss_T3_E2"],
["hg_pr_kiss_T3_E3"]
],
[
["hg_pr_kiss_T4_E1"],
["hg_pr_kiss_T4_E2"],
["hg_pr_kiss_T4_E3"]
],
[
["hg_pr_kiss_T5_E1"],
["hg_pr_kiss_T5_E2"]
]
],
icons = [None, None, None], # If a tier doesn't need an icon replace with None
iconset = [["star_empty", "star_yellow"], ["star_empty", "star_yellow"], ["star_empty", "star_yellow"]]
)
default hg_pr_handjob = event_class(title = "Give a handjob!", start_label = "hg_pr_handjob", start_tier = 4, events = [
[
["hg_pr_handjob_T4_E1"],
["hg_pr_handjob_T4_E2"],
["hg_pr_handjob_T4_E3"]
],
[
["hg_pr_handjob_T5_E1"],
["hg_pr_handjob_T5_E2"],
["hg_pr_handjob_T5_E3"]
],
[
["hg_pr_handjob_T6_intro_E1"], # Ron
["hg_pr_handjob_T6_E2"],
["hg_pr_handjob_T6_E3"] # Ron & Harry
]
],
icons = [None, None, None], # If a tier doesn't need an icon replace with None
iconset = [["star_empty", "star_yellow"], ["star_empty", "star_yellow"], ["star_empty", "star_yellow"]]
)
default hg_pr_blowjob = event_class(title = "Give a blowjob!", start_label = "hg_pr_blowjob", start_tier = 5, events = [
[
["hg_pr_blowjob_T5_E1"],
["hg_pr_blowjob_T5_E2"],
["hg_pr_blowjob_T5_E3"]
],
[
["hg_pr_blowjob_T6_intro_E1"], # Ron & Harry
["hg_pr_blowjob_T6_E2"], # Slytherin
["hg_pr_blowjob_T6_E3"] # Restroom bukkake :O
]
],
icons = [None, None], # If a tier doesn't need an icon replace with None
iconset = [["star_empty", "star_yellow"], ["star_empty", "star_yellow"]]
)
default hg_pr_sex = event_class(title = "Have sex!", start_label = "hg_pr_sex", start_tier = 6, events = [
[
["hg_pr_sex_T6_intro_E1"],
["hg_pr_sex_T6_intro_E2"],
["hg_pr_sex_T6_E3"],
["hg_pr_sex_T6_E4"]
]
],
icons = [None], # If a tier doesn't need an icon replace with None
iconset = [["star_empty", "star_yellow"]]
)
default hg_requests_list = [
hg_pr_flirt,
hg_pr_flirt_teacher,
hg_pr_grope,
hg_pr_flash,
hg_pr_kiss,
hg_pr_handjob,
hg_pr_blowjob,
hg_pr_sex
]