Jump to content

Where are ability icons for spells stored?


Recommended Posts

Examples:

"Icon": "gui/icons/abilities/priest/iconic_projection.png"

"Icon": "gui/icons/abilities/wizard/ninagauths_death_ray.png"

While these paths can be found in the abilities.gamedatabundle,

I could not find such paths in the assetbundle unity3d folder files. I was able to find some weapons icons, but they use a myicon_s and myicon_l extension which the abilities do not. The abilities/spells only ask for "Icon" instead of Small or large such as
 

"IconTextureSmall": "gui/icons/items/weapons/miscellaneous/citzals_armory_greatsword_s.png",
"IconTextureLarge": "gui/icons/items/weapons/miscellaneous/citzals_armory_greatsword_l.png",

Which causes the evil Red X of Fail if you try to use these in the "Icon":


i'd rather not have a purple sword spell use a green berath sword icon if it can be helped.

Edited by anthon
Link to comment
Share on other sites

I was looking for those myself recently, they're in

.../PillarsOfEternityII_Data/sharedassets2.assets

Type: Texture2D
Name: SpellAbilityIcons
PathID: 112

(note that it's a big fat sprite sheet)

Edited by Noqn
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...