Dodanie obslugi 'zmeczenie' na pasku.
This commit is contained in:
parent
0890dbc71e
commit
a6803e189a
1 changed files with 10 additions and 10 deletions
|
@ -19,16 +19,16 @@
|
|||
/def -Fp2 -mregexp -t'tes( fizycznie|) ciezko rann.' kon6 = /set kondycja=$[strcat("[", decode_attr(" ", {zc_crit_background}), " ] ")]
|
||||
/def -Fp2 -mregexp -t'tes( fizycznie|) ledwo zyw.' kon7 = /set kondycja=$[strcat("[", decode_attr(" L E D W O ", {zc_crit_background}),"]")]
|
||||
|
||||
/def -p2 -mregexp -t'i jestes w pelni wypoczet.' zmecz0 = /eval /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), "] ")]
|
||||
/def -p2 -mregexp -t'i jestes wypoczet.' zmecz1 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'i jestes troche zmeczon.' zmecz2 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'i jestes zmeczon.' zmecz3 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'i jestes bardzo zmeczon.' zmecz4 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'i jestes nieco wyczerpan.' zmecz5 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'i jestes wyczerpan.' zmecz6 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'i jestes bardzo wyczerpan.' zmecz7 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'i jestes wycienczon.' zmecz8 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_crit_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'i jestes calkowicie wycienczon.|nie mozesz dalej podazac |Czujesz sie (smiertelnie|ekstremalnie)' zmecz9 = /set zmeczenie=$[strcat("[", decode_attr(decode_attr("C A L K O W I C I E ", {zc_bold}), {zc_crit_background}), "]")]
|
||||
/def -p2 -mregexp -t'(i jestes|Czujesz sie) w pelni wypoczet.' zmecz0 = /eval /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), "] ")]
|
||||
/def -p2 -mregexp -t'(i jestes|Czujesz sie) wypoczet.' zmecz1 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'(i jestes|Czujesz sie) troche zmeczon.' zmecz2 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'(i jestes|Czujesz sie) zmeczon.' zmecz3 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'(i jestes|Czujesz sie) bardzo zmeczon.' zmecz4 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'(i jestes|Czujesz sie) nieco wyczerpan.' zmecz5 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'(i jestes|Czujesz sie) wyczerpan.' zmecz6 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'(i jestes|Czujesz sie) bardzo wyczerpan.' zmecz7 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_main_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'(i jestes|Czujesz sie) wycienczon.' zmecz8 = /set zmeczenie=$[strcat("[", decode_attr(" ", {zc_crit_background}), " ] ")]
|
||||
/def -p2 -mregexp -t'(Czujesz sie|i jestes) calkowicie wycienczon.|nie mozesz dalej podazac |Czujesz sie (smiertelnie|ekstremalnie)' zmecz9 = /set zmeczenie=$[strcat("[", decode_attr(decode_attr("C A L K O W I C I E ", {zc_bold}), {zc_crit_background}), "]")]
|
||||
|
||||
/def -Fp2 -mregexp -t'((Jest|Sa) tutaj ([^ ]*) (widoczne|widocznych) (wyjsc|wyjscia|wyjscie): |Trakt wiedzie na |W mroku nocy dostrzegasz .* widoczn(e|ych) wyjsc(|ia|ie): |Trakt rozgalezia sie na |W gestych ciemnosciach dostrzegasz trakt wiodacy na |W gestych ciemnosciach dostrzegasz, ze trakt rozgalezia sie na |Sciezka prowadzi tutaj w .* (kierunkach|kierunku): |Szlak.* tutaj w .* kierunk.*: |Wyjsc.* prowadz.* tutaj w .* (kierunkach|kierunku): |Tunel.* ciagn.* na |Wedrowke przez rozlegle laki mozesz kontynuowac udajac sie na )' widoczne_wyjscia = /_wyjscia_z_lokacji %{PR}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue