[basic explain] `队伍里每存在一个队友,附加8%%的伤害。(最高赋予32%%的附加伤害)` [if] [attack success] 1 [party count] `=` 1 [/if] [then] [target] `enemy` -1 [probability] 100 [add absolute damage] `all` `%` 8 [/then] [if] [attack success] 1 [party count] `=` 2 [/if] [then] [target] `enemy` -1 [probability] 100 [add absolute damage] `all` `%` 16 [/then] [if] [attack success] 1 [party count] `=` 3 [/if] [then] [target] `enemy` -1 [probability] 100 [add absolute damage] `all` `%` 24 [/then] [if] [attack success] 1 [party count] `=` 4 [/if] [then] [target] `enemy` -1 [probability] 100 [add absolute damage] `all` `%` 32 [/then]