65 lines
2.3 KiB
Plaintext
65 lines
2.3 KiB
Plaintext
# Public requests
|
|
# cc_pr = Cho Chang Public Request
|
|
|
|
default cc_pr_spy_boys = event_class(title = "Spy on the boys!", start_label = "cc_pr_spy_boys_start", start_tier = 3,
|
|
events = [
|
|
[
|
|
["cc_pr_spy_boys_T3_twins"],
|
|
["cc_pr_spy_boys_T3_ron"],
|
|
["cc_pr_spy_boys_T3_harry"],
|
|
]
|
|
],
|
|
icons = ["gryf"],
|
|
iconset = [["star_empty", "star_yellow"]]
|
|
)
|
|
|
|
default cc_pr_manipulate_boys = event_class(title = "Manipulate the boys!", start_label = "cc_pr_manipulate_boys_start",
|
|
events = [
|
|
[
|
|
["cc_pr_manipulate_boys_T1_intro_E1"], ["cc_pr_manipulate_boys_T1_E1"],
|
|
["cc_pr_manipulate_boys_T1_E2"],
|
|
["cc_pr_manipulate_boys_T1_E3"]
|
|
],
|
|
[
|
|
["cc_pr_manipulate_boys_T2_intro_E1"], ["cc_pr_manipulate_boys_T2_E1"],
|
|
["cc_pr_manipulate_boys_T2_intro_E2"],
|
|
["cc_pr_manipulate_boys_T2_intro_E3"], ["cc_pr_manipulate_boys_T2_E3"]
|
|
],
|
|
[
|
|
["cc_pr_manipulate_boys_T3_twins"],
|
|
["cc_pr_manipulate_boys_T3_ron"],
|
|
["cc_pr_manipulate_boys_T3_harry"]
|
|
]
|
|
],
|
|
icons = ["huff", "slyt", "gryf"], #if a tier doesn't need an icon replace with None
|
|
iconset = [["star_empty", "star_yellow"]] # You have to add icons at least for first tier, the rest will be copied over automatically.
|
|
)
|
|
|
|
default cc_pr_spy_girls = event_class(title = "Spy on the girls!", start_label = "cc_pr_spy_girls_start", start_tier = 3,
|
|
events = [
|
|
[
|
|
["cc_pr_spy_girls_T3_showers"],
|
|
["cc_pr_spy_girls_T3_alicia"],
|
|
["cc_pr_spy_girls_T3_katie"],
|
|
["cc_pr_spy_girls_T3_angelina"],
|
|
]
|
|
],
|
|
icons = ["gryf"],
|
|
iconset = [["star_empty", "star_yellow"]]
|
|
)
|
|
|
|
default cc_pr_manipulate_girls = event_class(title = "Manipulate the girls!", start_label = "cc_pr_manipulate_girls_start", start_tier = 3,
|
|
events = [
|
|
[
|
|
["cc_pr_manipulate_girls_T3_alicia"],
|
|
["cc_pr_manipulate_girls_T3_katie_part1"],
|
|
["cc_pr_manipulate_girls_T3_katie_part2"],
|
|
["cc_pr_manipulate_girls_T3_angelina"]
|
|
]
|
|
],
|
|
icons = ["gryf"],
|
|
iconset = [["star_empty", "star_yellow"]]
|
|
)
|
|
|
|
default cc_requests_list = [cc_pr_spy_boys, cc_pr_manipulate_boys, cc_pr_spy_girls, cc_pr_manipulate_girls]
|