gchar.games.fgo¶
Character¶
EnglishName¶
JapaneseName¶
ChineseName¶
ChineseAliasName¶
Rarity¶
-
enum
gchar.games.fgo.
Rarity
(value)[source]¶ Enum representing the rarity of FGO characters.
- Variables:
- Member Type:
int
Valid values are as follows:
-
ZERO
= <Rarity.ZERO: 0>¶
-
ONE
= <Rarity.ONE: 1>¶
-
TWO
= <Rarity.TWO: 2>¶
-
THREE
= <Rarity.THREE: 3>¶
-
FOUR
= <Rarity.FOUR: 4>¶
-
FIVE
= <Rarity.FIVE: 5>¶
The
Enum
and its members also have the following methods:
Clazz¶
-
enum
gchar.games.fgo.
Clazz
(value)[source]¶ Enum representing the class of FGO characters.
- Variables:
SABER – Saber class
LANCER – Lancer class
ARCHER – Archer class
RIDER – Rider class
CASTER – Caster class
ASSASSIN – Assassin class
BERSERKER – Berserker class
AVENGER – Avenger class
RULER – Ruler class
MOONCANCER – MoonCancer class
SHIELDER – Shielder class
ALTEREGO – AlterEgo class
PRETENDER – Pretender class
FOREIGNER – Foreigner class
Valid values are as follows:
-
SABER
= <Clazz.SABER: 1>¶
-
LANCER
= <Clazz.LANCER: 2>¶
-
ARCHER
= <Clazz.ARCHER: 3>¶
-
RIDER
= <Clazz.RIDER: 4>¶
-
CASTER
= <Clazz.CASTER: 5>¶
-
ASSASSIN
= <Clazz.ASSASSIN: 6>¶
-
BERSERKER
= <Clazz.BERSERKER: 7>¶
-
AVENGER
= <Clazz.AVENGER: 8>¶
-
RULER
= <Clazz.RULER: 9>¶
-
MOONCANCER
= <Clazz.MOONCANCER: 10>¶
-
SHIELDER
= <Clazz.SHIELDER: 11>¶
-
ALTEREGO
= <Clazz.ALTEREGO: 12>¶
-
PRETENDER
= <Clazz.PRETENDER: 13>¶
-
FOREIGNER
= <Clazz.FOREIGNER: 14>¶
The
Enum
and its members also have the following methods: