pytenno.models.enums
- class pytenno.models.enums.Element(value)[source]
Represents the element of a weapon, ephemera, or lich weapon.
Notes
This does not include combined elements, aka.
.heat+.cold->blast.
- class pytenno.models.enums.FortunaFishQuality(value)[source]
Represents the quality of a fish in fortuna
- class pytenno.models.enums.MeasurementUnit(value)[source]
Represents the measurement unit, for riven attributes.
- class pytenno.models.enums.Platform(value)[source]
Represents the platform of a user, order, or auction.
- class pytenno.models.enums.RivenAttributeGroup(value)[source]
Represents the group of an riven attribute. Used for grouping UI elements.
- class pytenno.models.enums.RivenStat(value)[source]
Represents the stat of a riven attribute.
Notes
The stat names do not always line up with the actual names in Warframe.
Some names, such as
.fire_rate_attack_speed, are modified versions of the names in the API, due to limitations of Python. Calling the.__str__method will return the actual name.- ammo_maximum = 0
The stat modifies the maximum ammo of the weapon the riven is on.
- chance_to_gain_extra_combo_count = 24
The stat modifies the chance for the weapon to gain an extra combo count on a hit.
- channeling_damage = 29
The stat modifies the channeling damage (heavy attack damage) of the weapon the riven is on.
- channeling_efficiency = 28
The stat modifies the channeling efficiency (heavy attack efficiency) of the weapon the riven is on.
- cold = 1
The stat modifies the
Element.colddamage of the weapon the riven is on.
- combo_duration = 25
The stat modifies the duration of the combo of the weapon the riven is on.
- critical_chance = 2
The stat modifies the critical chance damage of the weapon the riven is on.
- critical_chance_on_slide_attack = 26
The stat modifies the critical chance on a slide attack of the weapon the riven is on.
- damage = 3
The stat modifies the base damage of the weapon the riven is on.
- damage_vs_corpus = 4
The stat modifies the damage of the weapon the riven is on against the Corpus.
- damage_vs_grineer = 5
The stat modifies the damage of the weapon the riven is on against the Corpus.
- damage_vs_infested = 6
The stat modifies the damage of the weapon the riven is on against the faction.
- electricity = 7
The stat modifies the
Element.electricitydamage of the weapon the riven is on.
- finisher_damage = 27
The stat modifies the finisher damage of the weapon the riven is on.
- fire_rate_attack_speed = 8
The stat modifies the fire rate / attack speed of the weapon the riven is on.
- heat = 9
The stat modifies the
Element.heatdamage of the weapon the riven is on.
- impact = 10
The stat modifies the
Element.impactdamage of the weapon the riven is on.
- initial_combo = 22
The stat modifies the initial combo of the weapon the riven is on.
- magazine_capacity = 11
The stat modifies the magazine capacity of the weapon the riven is on.
- multishot = 12
The stat modifies the multishot of the weapon the riven is on.
- projectile_speed = 13
The stat modifies the projectile speed of the weapon the riven is on.
- punch_through = 14
The stat modifies the punch through of the weapon the riven is on.
- puncture = 15
The stat modifies the
Element.puncturedamage of the weapon the riven is on.
- range = 23
The stat modifies the range of the weapon the riven is on.
- reload_speed = 16
The stat modifies the reload speed of the weapon the riven is on.
- slash = 17
The stat modifies the
Element.slashdamage of the weapon the riven is on.
- status_chance = 18
The stat modifies the status chance of the weapon the riven is on.
- status_duration = 19
The stat modifies the status duration of the weapon the riven is on.
- toxin = 20
The stat modifies the
Element.toxindamage of the weapon the riven is on.
- weapon_recoil = 21
The stat modifies the weapon recoil of the weapon the riven is on.
- class pytenno.models.enums.RivenWeaponGroup(value)[source]
Represents group of weapon a riven is on.
- class pytenno.models.enums.RivenWeaponType(value)[source]
Represents the type of the weapon a riven is on.
- class pytenno.models.enums.Subtype(value)[source]
Represents the subtype of an item. Basically a combination of
RelicQuality,FishSizeandFortunaFishQuality.
- class pytenno.models.enums.TranslationLanguage(value)[source]
Represents the language of a translation.