Package emu.grasscutter.data.def
Class AvatarData
java.lang.Object
emu.grasscutter.data.GameResource
emu.grasscutter.data.def.AvatarData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionit.unimi.dsi.fastutil.ints.IntListintfloatgetBaseAttack(int level) floatfloatfloatgetBaseDefense(int level) floatgetBaseHp(int level) intlongintlongfloatgetGrowthCurveById(int level, FightProperty prop) intgetId()longintgetName()intintlongintintvoidonLoad()
-
Constructor Details
-
AvatarData
public AvatarData()
-
-
Method Details
-
getId
public int getId()- Overrides:
getIdin classGameResource
-
getName
-
getBodyType
-
getQualityType
-
getChargeEfficiency
public int getChargeEfficiency() -
getInitialWeapon
public int getInitialWeapon() -
getWeaponType
-
getImageName
-
getAvatarPromoteId
public int getAvatarPromoteId() -
getGachaImageNameHashSuffix
public long getGachaImageNameHashSuffix() -
getCutsceneShow
-
getSkillDepotId
public int getSkillDepotId() -
getStaminaRecoverSpeed
public int getStaminaRecoverSpeed() -
getCandSkillDepotIds
-
getDescTextMapHash
public long getDescTextMapHash() -
getAvatarIdentityType
-
getAvatarPromoteRewardLevelList
-
getAvatarPromoteRewardIdList
-
getFeatureTagGroupID
public int getFeatureTagGroupID() -
getInfoDescTextMapHash
public long getInfoDescTextMapHash() -
getBaseHp
public float getBaseHp(int level) -
getBaseAttack
public float getBaseAttack(int level) -
getBaseDefense
public float getBaseDefense(int level) -
getBaseCritical
public float getBaseCritical() -
getBaseCriticalHurt
public float getBaseCriticalHurt() -
getGrowthCurveById
-
getNameTextMapHash
public long getNameTextMapHash() -
getSkillDepot
-
getAbilities
public it.unimi.dsi.fastutil.ints.IntList getAbilities() -
getFetters
-
getNameCardRewardId
public int getNameCardRewardId() -
getNameCardId
public int getNameCardId() -
onLoad
public void onLoad()- Overrides:
onLoadin classGameResource
-