-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Dark Crystal Artifact Generation
Adds a combat event triggered on victory versus Orcish Fel army with caster_unit MAA (historical_artifacts.200). This event triggers a second one (201) that generates the Dark Crystal.
- Loading branch information
1 parent
e727c8d
commit 79d9726
Showing
16 changed files
with
264 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
39 changes: 39 additions & 0 deletions
39
gfx/models/artifacts/weapons/wc_ashbringer/wc_ashbringer.asset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
pdxmesh = { | ||
name = "ashbringer_portrait_mesh" | ||
file = "wc_ashbringer_portrait.mesh" | ||
|
||
meshsettings = { | ||
name = "ashbringer_portraitShape" | ||
index = 0 | ||
texture_diffuse = "wc_ashbringer_portrait_diffuse.dds" | ||
texture_normal = "wc_ashbringer_portrait_normal.dds" | ||
texture_specular = "wc_ashbringer_portrait_properties.dds" | ||
shader = "portrait_attachment" | ||
shader_file = "gfx/FX/jomini/portrait.shader" | ||
} | ||
} | ||
|
||
entity = { | ||
name = "ashbringer_portrait_entity" | ||
pdxmesh = "ashbringer_portrait_mesh" | ||
} | ||
|
||
pdxmesh = { | ||
name = "corrupted_ashbringer_portrait_mesh" | ||
file = "wc_corrupted_ashbringer_portrait.mesh" | ||
|
||
meshsettings = { | ||
name = "corruptedashbringer_portraitShape" | ||
index = 0 | ||
texture_diffuse = "wc_corrupted_ashbringer_portrait_diffuse.dds" | ||
texture_normal = "wc_corrupted_ashbringer_portrait_normal.dds" | ||
texture_specular = "wc_corrupted_ashbringer_portrait_properties.dds" | ||
shader = "portrait_attachment" | ||
shader_file = "gfx/FX/jomini/portrait.shader" | ||
} | ||
} | ||
|
||
entity = { | ||
name = "corrupted_ashbringer_portrait_entity" | ||
pdxmesh = "corrupted_ashbringer_portrait_mesh" | ||
} |
Binary file added
BIN
+84.7 KB
gfx/models/artifacts/weapons/wc_ashbringer/wc_ashbringer_portrait.mesh
Binary file not shown.
Binary file added
BIN
+683 KB
gfx/models/artifacts/weapons/wc_ashbringer/wc_ashbringer_portrait_diffuse.dds
Binary file not shown.
Binary file added
BIN
+1.33 MB
gfx/models/artifacts/weapons/wc_ashbringer/wc_ashbringer_portrait_normal.dds
Binary file not shown.
Binary file added
BIN
+1.33 MB
gfx/models/artifacts/weapons/wc_ashbringer/wc_ashbringer_portrait_properties.dds
Binary file not shown.
Binary file added
BIN
+121 KB
gfx/models/artifacts/weapons/wc_ashbringer/wc_corrupted_ashbringer_portrait.mesh
Binary file not shown.
Binary file added
BIN
+683 KB
gfx/models/artifacts/weapons/wc_ashbringer/wc_corrupted_ashbringer_portrait_diffuse.dds
Binary file not shown.
Binary file added
BIN
+1.33 MB
gfx/models/artifacts/weapons/wc_ashbringer/wc_corrupted_ashbringer_portrait_normal.dds
Binary file not shown.
Binary file added
BIN
+1.33 MB
gfx/models/artifacts/weapons/wc_ashbringer/wc_corrupted_ashbringer_portrait_properties.dds
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
localization/english/event_localization/wc_historical_artifacts_l_english.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
l_english: | ||
|
||
darkcrystal.0201.t:0 "A Warlock's Weapon" | ||
darkcrystal.0201.desc:0 "At last, after a fierce battle, the corpse of the orc warlock lies on the ground admist our fallen. His weapon, a dark crystal, rests in his palm, emitting a sinister glow.\n\nAs I approach, a shiver runs down my spine. My gaze is locked on the artifact, drawn in by its hypnotic glow. It whispers at the edge of my mind, calling out to me. I bend down and reach for it. The instant my fingers brush the crystal, a searing pain shoots through me.\n\n"Aargh! What sorcery is this?!" I shout as I drop the crystal." | ||
|
||
darkcrystal.0201.a:0 "It belongs with the church." | ||
darkcrystal.0201.b:0 "It could be a powerful weapon for the [ROOT.Char.GetFaith.GetName]." | ||
darkcrystal.0201.c:0 "The mysterious [dark_magic_consultant_2.GetName] knows something..." |