Skip to content

Commit

Permalink
Fixed some durations and proper tables for status overwrites
Browse files Browse the repository at this point in the history
  • Loading branch information
z16 committed Jun 9, 2018
1 parent af5b20f commit 4569fd7
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 115 deletions.
10 changes: 5 additions & 5 deletions lua/action_messages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -675,9 +675,9 @@ return {
[680] = {id=680,en="A newfound puissance courses through your veins.",color=91},
[681] = {id=681,en="Your muscles ripple with an immensely powerful and invigorating force.",color=91},
[682] = {id=682,en="Your puissance withers slightly.",color=91},
[683] = {id=683,en="You have claimed {$target}!",color=91},
[684] = {id=684,en="{$target} has been claimed!",color=91},
[685] = {id=685,en="The enemy you are battling will no longer be claimed in: {$number}.",color=91},
[683] = {id=683,en="You have claimed ${target}!",color=91},
[684] = {id=684,en="${target} has been claimed!",color=91},
[685] = {id=685,en="The enemy you are battling will no longer be claimed in: ${number}.",color=91},
[686] = {id=686,en="The enemy you were battling is no longer claimed.",color=91},
[687] = {id=687,en="${actor} captured the ${target}.",color=91},
[688] = {id=688,en="${actor} has fled!",color=91},
Expand Down Expand Up @@ -750,8 +750,8 @@ return {
[757] = {id=757,en="${number} of ${target}'s effects disappears!",color=101},
[758] = {id=758,en="${actor} uses ${item}.${lb}→Obtained key item: ${key_item}.",color=1},
[759] = {id=759,en="You already have key item: ${key_item}.",color=1},
[760] = {id=760,en="{You are only able to possess one ${item} and thus are unable to receive your just reward. Clear out your inventory and receive the item from the Records of Eminence Menu.",color=1},
[761] = {id=761,en="{You were unable to receive your just reward because you need ${number} free spaces in your inventory. Clear out your bags and receive your item from the Records of Eminence Menu.",color=1},
[760] = {id=760,en="You are only able to possess one ${item} and thus are unable to receive your just reward. Clear out your inventory and receive the item from the Records of Eminence Menu.",color=1},
[761] = {id=761,en="You were unable to receive your just reward because you need ${number} free spaces in your inventory. Clear out your bags and receive your item from the Records of Eminence Menu.",color=1},
[762] = {id=762,en="${actor} uses ${spell}.${lb}All of ${target}'s status parameters are boosted.",color=1},
[763] = {id=763,en="${actor} uses ${spell}.${lb}${target} has grown noticeably bored.",color=1},
[764] = {id=764,en="${actor} uses ${spell}.${lb}${target} feels the Fever!",color=1},
Expand Down
Loading

0 comments on commit 4569fd7

Please sign in to comment.