Literowka.

This commit is contained in:
Bartek Stalewski 2015-05-06 02:04:06 +02:00
parent 6c0c44c0b5
commit 857cc7ff55

View file

@ -331,7 +331,7 @@
/let _cechy_sum=$[_cechy_str + _cechy_dex + _cechy_con + _cechy_int + _cechy_dis]%;\
/let _cechy_avg=$[_cechy_sum / 5]%;\
/let _cechy_lvl=$[trunc(_cechy_sum - 34) / 12]%;\
/let _cechy_lfet=$[mod((_cechy_sum - 34),12)]%;\
/let _cechy_left=$[mod((_cechy_sum - 34),12)]%;\
/test echo(strcat("+", strrep("-", 51), "+")) %;\
/test echo(pad("| ", 0, \
" Str ", 4, " |", 0, \
@ -351,6 +351,6 @@
decode_attr(_cechy_avg, {zc_info}), 4, " |", 0)) %;\
/test echo(strcat("+", strrep("-", 51), "+")) %;\
/if ({_cechy_lvl} > 0)\
/test echo(strcat("|", pad(strcat(_cechy_poziom({_cechy_lvl}), ", next: ", decode_attr($[12 - {_cechy_lfet}], {zc_info})), -51), "|"))%;\
/test echo(strcat("|", pad(strcat(_cechy_poziom({_cechy_lvl}), ", next: ", decode_attr($[12 - {_cechy_left}], {zc_info})), -51), "|"))%;\
/endif%;\
/test echo(strcat("+", strrep("-", 51), "+"))