Skip to content

Commit

Permalink
Minor Event, FX Update
Browse files Browse the repository at this point in the history
Updated FX for several modifiers I made in the old branch, added a new minor 1-part event.
  • Loading branch information
usfshihy committed Oct 29, 2023
1 parent 17aa123 commit 9d69c1d
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 3 deletions.
5 changes: 5 additions & 0 deletions common/modifiers/wc_event_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,9 @@ goblin_buisness = {
wc_earth_mother_prowess = {
icon = magic_positive
prowess = 2
}

wc_saw_white_kodo = {
icon = wc_tauren_kodo_neg
enemy_hostile_scheme_success_chance_add = 50
}
1 change: 1 addition & 0 deletions common/on_action/yearly_on_actions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1177,5 +1177,6 @@ on_yearly_events = {
### Warcraft
500 = cen_kal.1000
100 = cen_kal.1001
100 = cen_kal.1095 #White Kodo
}
}
47 changes: 44 additions & 3 deletions events/wc_events/wc_central_kalimdor_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2691,7 +2691,7 @@ cen_kal.1025 = {

trigger = {
capital_province ?= {
NOR = {
OR = {
geographical_region = world_kalimdor_central_stonetalon
geographical_region = world_kalimdor_south_feralas
geographical_region = world_kalimdor_central_desolace
Expand Down Expand Up @@ -6160,11 +6160,52 @@ cen_kal.1091 = {
}
}
}
#White Kodo Centaur ###########################################################
cen_kal.1095 = {
type = character_event
title = cen_kal.1095.name
desc = cen_kal.1095.desc
theme = battle
override_background = drylands

left_portrait = {
character = root
animation = stress
}

cooldown = { years = 10 }

trigger = {
capital_province ?= {
OR = {
geographical_region = world_kalimdor_central_barrens
geographical_region = world_kalimdor_central_dustwallow
geographical_region = world_kalimdor_central_mulgore
geographical_region = world_kalimdor_central_stonetalon
geographical_region = world_kalimdor_south_feralas
geographical_region = world_kalimdor_central_desolace
geographical_region = world_kalimdor_south_thousand_needles
geographical_region = world_kalimdor_central_durotar
}
}
culture = { has_cultural_pillar = heritage_zaetaric }
OR = {
is_available_adult = yes
is_available_ai_adult = yes
}
}
option = {
name = cen_kal.1095.a
add_stress = 100
add_character_modifier = {
modifier = wc_saw_white_kodo
years = 1
}
}
}
#quilboar causes belili thorns
#Kodo Migration/Kodo Graveyard event desolace
#white kodo is harbinger of doom for centaurs
#Flayers' Point
#Zone events Feralas, Desolace, Barrens, Mulgore
#Quilboar embrace undead
#Companion events
#Orc find original clan, forsaken find original past
Expand Down
Binary file modified gfx/interface/icons/modifiers/wc_depot.dds
Binary file not shown.
Binary file modified gfx/interface/icons/modifiers/wc_quilboar_bloodshards.dds
Binary file not shown.
Binary file not shown.
Binary file modified gfx/interface/icons/modifiers/wc_tauren_kodo_piety.dds
Binary file not shown.
Binary file modified gfx/interface/icons/modifiers/wc_wild_kodo_companion.dds
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,8 @@ cen_kal.1090.a:0 "A crisis averted..."
cen_kal.1091.desc:0 "We have received a surprising report from the Barrens of Central Kalimdor. [SCOPE.sC('leader').GetFullName], a nearby ruler, has ventured into the Wailing Caverns, hoping to awaken Naralex, a mighty druid who has fallen into a dark nightmare.\n\nThey have managed to overcome the danger, and end Naralex's twisted nightmares. The Druids of the Fang, the name given to the druids that had fallen to the madness of Naralex's dreams, led by [SCOPE.sC('druid_leader_serpentis').GetName], have all been defeated. The crisis has been averted and the madness has been contained."
cen_kal.1091.a:0 "The void lords cannot be averted!"
cen_kal.1091.b:0 "A crisis averted..."

#White Kodo
cen_kal.1095.name:0 "Of Crimson Eyes And Milky Skin"
cen_kal.1095.desc:0 "Today, I have decided to roam the plains to keep my hooves fresh. It surely is nice to feel the wind in my hair, and the sun on my skin. I look in the distance as something out of place catches my eye, but only after I realize what I am looking at does dread fill my heart.\n\nA kodo, wandering alone in the distance. With thick scales and a pair of curved horns. But its fur is neither brown nor gray, but bone white. And its eyes are not a gentle brown nor green, but a fiery red. A white kodo is a bad sign, a grim omen for my people. It means death and disaster are coming. It means the spirits are angry with us. It means we have to prepare for war.\n\nI feel a surge of fear and dread. I do not want to face the white kodo, nor its curse. I decide to look the other way, and gallop back to the nearest holding."
cen_kal.1095.a:0 "I didn't see anything, I didn't see anything..."
3 changes: 3 additions & 0 deletions localization/english/modifiers/wc_modifiers_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,6 @@

wc_earth_mother_prowess:"Blessing of the Earth Mother"
wc_earth_mother_prowess_desc:1 "This person has been blessed by the spirits of the Earth Mother. Their prowess in battle is as deadly as a kodo protecting its young."

wc_saw_white_kodo:"Crimson Eyes"
wc_saw_white_kodo_desc:1 "This poor centaur has seen a horrific white skinned kodo, a grim omen for their people. It is the sign of both death and malice."

0 comments on commit 9d69c1d

Please sign in to comment.