Stany jakosci ubran.
This commit is contained in:
parent
708711a76f
commit
60681d43fb
@ -88,12 +88,19 @@
|
||||
/eval /def -PC%c_fightme -Fp5 -t'Z impetem pozostawiajacym jeno plomienny rozmazany slad'
|
||||
|
||||
; zużycie sprzętu
|
||||
/eval /def -PC%c_main_bold -Fp5 -t'calkiem nowy'
|
||||
/eval /def -PC%c_main_bold -Fp5 -t'w miare nowy'
|
||||
/eval /def -PC%c_main_bold -Fp5 -t'calkiem now.'
|
||||
/eval /def -PC%c_main_bold -Fp5 -t'w miare now.'
|
||||
|
||||
;; ekwipunek
|
||||
/eval /def -PC%c_alarm -Fp5 -t'troche zuzyty'
|
||||
/eval /def -PC%c_alarm -Fp5 -t'w duzym stopniu zuzyty'
|
||||
/eval /def -PC%c_crit_bold -Fp5 -t'kompletnie zuzyty'
|
||||
|
||||
;; ubrania
|
||||
/eval /def -PC%c_alarm -Fp5 -t'troche znoszone'
|
||||
/eval /def -PC%c_alarm -Fp5 -t'prawie calkiem znoszone'
|
||||
/eval /def -PC%c_crit_bold -Fp5 -t'gotowe rozpasc sie w kazdej chwili'
|
||||
|
||||
; kondycja
|
||||
/eval /def -PC%c_main_bold -Fp5 -t'w swietnej kondycji'
|
||||
/eval /def -PC%c_main_bold -Fp5 -t'w dobrym stanie'
|
||||
|
@ -19,11 +19,18 @@
|
||||
|
||||
;; sprzęt
|
||||
; zużycie
|
||||
/def -mregexp -p2 -t'(calkiem nowy).' _stan_ekwipunku5 = /_sub 5/5
|
||||
/def -mregexp -p2 -t'(w miare nowy).' _stan_ekwipunku4 = /_sub 4/5
|
||||
/def -mregexp -p2 -t'(troche zuzyty).' _stan_ekwipunku3 = /_sub 3/5
|
||||
/def -mregexp -p2 -t'(w duzym stopniu zuzyty).' _stan_ekwipunku2 = /_sub 2/5
|
||||
/def -mregexp -p2 -t'(kompletnie zuzyty).' _stan_ekwipunku1 = /_sub 1/5
|
||||
/def -mregexp -Fp2 -t'(calkiem now.).' _stan_ekwipunku5 = /_sub 5/5
|
||||
/def -mregexp -Fp2 -t'(w miare now.).' _stan_ekwipunku4 = /_sub 4/5
|
||||
|
||||
; ekwipunek
|
||||
/def -mregexp -Fp2 -t'(troche zuzyty).' _stan_ekwipunku3 = /_sub 3/5
|
||||
/def -mregexp -Fp2 -t'(w duzym stopniu zuzyty).' _stan_ekwipunku2 = /_sub 2/5
|
||||
/def -mregexp -Fp2 -t'(kompletnie zuzyty).' _stan_ekwipunku1 = /_sub 1/5
|
||||
|
||||
; ubrania
|
||||
/def -mregexp -Fp2 -t'troche znoszone' _stan_ekwipunku_ubranie_3 = /_sub 3/5
|
||||
/def -mregexp -Fp2 -t'prawie calkiem znoszone' _stan_ekwipunku_ubranie_2 = /_sub 2/5
|
||||
/def -mregexp -Fp2 -t'gotowe rozpasc sie w kazdej chwili' _stan_ekwipunku_ubranie_1 = /_sub 1/5
|
||||
|
||||
; jakość
|
||||
/def -mregexp -Fp2 -t'kompletnie nieskuteczn[aye](?: w parowaniu ciosow|).$$' _skutecznosc_bro1 = /_sub_inside 1/14
|
||||
|
Loading…
Reference in New Issue
Block a user