Skip to content

Commit

Permalink
Add dororan hug animation
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed Feb 27, 2024
1 parent 7859b1a commit 4900205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion data/definitions/animations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1641,4 +1641,5 @@ player_lean_on_door: 14724
player_calm_doroan: 6709
gunthor_announcement: 14734
kjell_cheer: 1531
haakon_cheer: 14739
haakon_cheer: 14739
dororan_hug: 12185
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ import world.gregs.voidps.world.activity.quest.refreshQuestJournal
import world.gregs.voidps.world.interact.dialogue.*
import world.gregs.voidps.world.interact.dialogue.type.*


itemOnItem("chisel", "ring_from_jeffery") { player: Player ->
if (player.quest("gunnars_ground") == "jeffery_ring") {
player.message("Nothing interesting happens.")
} else {
player.softQueue("engraving") {
item("dororans_engraved_ring", 400, "You engrave 'Gudrun the Fair, Gudrun the Fiery' onto the ring.")//todo fix
item("dororans_engraved_ring", 400, "You engrave 'Gudrun the Fair, Gudrun the Fiery' onto the ring.")
player.setAnimation("engrave")
player.experience.add(Skill.Crafting, 125.0)
player.inventory.replace("ring_from_jeffery", "dororans_engraved_ring")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ suspend fun CharacterContext.cutscenePart2() {
delay(2)
//anim 17513 - Gudrun Hugging Dororan (Gunnar’s Ground) ?
gudrun.setAnimation("17513")
dororan.setAnimation("dororan_hug")
player.queue.clear("gunnars_ground_cutscene_end")
endCutscene(instance)
player["gunnars_ground"] = "gunnars_ground"
Expand Down

0 comments on commit 4900205

Please sign in to comment.