Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lolstaticdata/champions/modelchampion.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class Ability(object):
angle: str
cast_time: str
effect_radius: str
range: str
target_range: str


Expand Down
1 change: 1 addition & 0 deletions lolstaticdata/champions/pull_champions_wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ def _render_abilities(self, champion_name, abilities: List[HTMLAbilityWrapper])
angle=data.get("angle"),
cast_time=data.get("cast time"),
effect_radius=data.get("effect radius"),
range=data.get("range"),
target_range=data.get("target range"),
)
if ability.notes is not None and ability.notes.startswith("*"):
Expand Down