Zmiana wyswietlania ledwo.

This commit is contained in:
Bartek Stalewski 2013-11-05 13:01:26 +01:00
parent 311756fad8
commit 88449ecbdf
2 changed files with 3 additions and 5 deletions

View File

@ -79,7 +79,7 @@
/eval /def -PC%c_alarm -Fp5 -t' rann.'
/eval /def -PC%c_alarm -Fp5 -t'w zlej kondycji'
/eval /def -PC%c_crit_bold -Fp4 -t'(ciezko rann.)'
;;/eval /def -PC%c_crit_bold -Fp5 -t'ledwo zyw.'
/eval /def -PC%c_crit_bold -Fp5 -t'ledwo zyw.'
; mana
/eval /def -PC%c_main_bold -Fp5 -t'mentalnie w pelni sil'

View File

@ -77,8 +77,6 @@
/shift%;\
/done
/def -mregexp -Fp1 -t'ledwo zyw.' _sub_ledwo = /return substitute(strcat({PL}, decode_attr(decode_attr(toupper({P0}), {zc_bold}), {zc_crit_background}), {PR}))
/def -mregexp -Fp2 -t'([Jj]est(?:es|)) (w swietnej kondycji|w dobrym stanie|(?:lekko |ciezko |)rann.|w zlej kondycji|ledwo zyw.).$' _sub_kondycja_no_fight = \
/if ({P2} =~ "w swietnej kondycji")\
/let _showkondycja=$[strcat(decode_attr("#######", {zc_main}))]%;\
@ -93,7 +91,7 @@
/elseif ({P2} =/ "ciezko rann*")\
/let _showkondycja=$[strcat(decode_attr("## ", {zc_crit}))]%;\
/elseif ({P2} =/ "ledwo zyw*")\
/let _showkondycja=$[strcat(decode_attr("-LEDWO-", {zc_crit}))]%;\
/let _showkondycja=$[strcat(decode_attr(decode_attr("-LEDWO-", {zc_bold}), {zc_crit_background}))]%;\
/endif %;\
/if ({P1} =~ "Jestes")\
/return substitute(strcat("[-] [", {_showkondycja}, "] ", {PL}, decode_attr("### TY ### ", {zc_bold}), {P2}, ".", {PR}))%;\
@ -125,7 +123,7 @@
/elseif ({P2} =/ "ciezko rann*")\
/let _showkondycja=$[strcat(decode_attr("## ", {zc_crit}))]%;\
/elseif ({P2} =/ "ledwo zyw*")\
/let _showkondycja=$[strcat(decode_attr("-LEDWO-", {zc_crit}))]%;\
/let _showkondycja=$[strcat(decode_attr(decode_attr("-LEDWO-", {zc_bold}), {zc_crit_background}))]%;\
/endif %;\
/if ({PR} =~ ".") \
/let _ktobije=$[decode_attr(" ATAKUJESZ", {zc_crit})]%;\