comparison ggrtf.tf @ 1675:27281a74c507

ARGH DARN .. the default fmt_shape was broken.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 25 Mar 2024 19:20:10 +0200
parents fddc49a03f9e
children b189ae1b391c
comparison
equal deleted inserted replaced
1674:fddc49a03f9e 1675:27281a74c507
2076 /msr %{battle_shape}%;\ 2076 /msr %{battle_shape}%;\
2077 /endif%;\ 2077 /endif%;\
2078 2078
2079 ;; Define shape formatting string 2079 ;; Define shape formatting string
2080 /prdefvar -n"fmt_shape" \ 2080 /prdefvar -n"fmt_shape" \
2081 -v"@{Cgreen}$$[pad({bs_name},-40)}@{n} [@{%%{bc_color}}%%{bs_short}@{n}] (@{%%{bs_color}}%%{bs_range}%%%@{n})@{BCred}%%{bs_extra}@{n}" \ 2081 -v"@{Cgreen}$$[pad(bs_name,-40)]@{n} [@{%%{bs_color}}%%{bs_short}@{n}] (@{%%{bs_color}}%%{bs_range}%%%@{n})@{BCred}%%{bs_extra}@{n}" \
2082 -c"Format string for shape reporting. %{bs_name}=target name, %{bs_color}=shape color, %{bs_short}=shape short name, %{bs_long}=shape long name, %{bs_range}=percentage/range, %{bs_extra}=stunned etc" 2082 -c"Format string for shape reporting. %{bs_name}=target name, %{bs_color}=shape color, %{bs_short}=shape short name, %{bs_long}=shape long name, %{bs_range}=percentage/range, %{bs_extra}=stunned etc"
2083 2083
2084 ;; (Re)initialize battle 2084 ;; (Re)initialize battle
2085 /def -i gbattle_init =\ 2085 /def -i gbattle_init =\
2086 /set battle_round=1%;\ 2086 /set battle_round=1%;\