1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00
Files
vcmi/docs/modders/Entities_Format/Resource_Format.md

21 lines
331 B
Markdown
Raw Normal View History

2025-09-14 17:05:48 +02:00
# Resource Format
```json
// Internal field for H3 resources. Do not use for mods
"index" : "",
// displayed name of the resource
"name" : "",
// Resource icons of varying size
"images" : {
// 20x18 resource icon
"small" : "",
// 32x32 resource icon
"medium" : "",
// 82x93 resource icon
"large" : ""
}
```