BattleSim/client/views/team_small.jade

11 lines
342 B
Plaintext
Raw Normal View History

2016-02-01 22:19:30 +00:00
if team.hasPBV()
.team-pbv PBV:
if team.getPBV() <= team.getMaxPBV()
= team.getPBV()
else
span.red= team.getPBV()
| /#{team.getMaxPBV()}
.team_icons.clearfix
each pokemon, i in team.get('pokemon').models
- var style = window.PokemonIconBackground(pokemon)
.left.pokemon_icon(data-index = i, style = style)