-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from gridhead/ctll
Add the recently added character `Citlali` to the GI Loadouts roster
- Loading branch information
Showing
16 changed files
with
29,107 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
from gi_loadouts.type.char import BaseStat, Char | ||
from gi_loadouts.type.rare import Rare | ||
from gi_loadouts.type.stat import STAT | ||
from gi_loadouts.type.vson import Vision | ||
from gi_loadouts.type.weap import WeaponType | ||
|
||
|
||
class Citlali(Char): | ||
__statdata__: dict = {0: 0.0, 1: 0.0, 2: 28.8, 3: 57.6, 4: 57.6, 5: 86.4, 6: 115.2} | ||
__statname__: STAT = STAT.elemental_mastery | ||
name: str = "Citlali" | ||
rare: Rare = Rare.Star_5 | ||
base: BaseStat = BaseStat(attack=9.87, defense=59.41, health_points=906) | ||
ascn: BaseStat = BaseStat(attack=40.50607, defense=243.98601, health_points=3716.46600) | ||
weapon: WeaponType = WeaponType.catalyst | ||
vision: Vision = Vision.cryo | ||
cons_name: str = "Patina Anavatlaca" | ||
afln: str = "Mictlan" | ||
head: str = "Obsidian Opalstar" |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.