|
655 | 655 | <stl-string name="name_plural"/> |
656 | 656 | <stl-string name="ammo_class"/> |
657 | 657 |
|
658 | | - <static-array name='texpos' type-name='int32_t' count='16'/> |
| 658 | + <static-array name='texpos' type-name='int32_t' count='24'/> |
659 | 659 | <stl-vector name='graphics_info' pointer-type='itemdef_siegeammo_graphics_infost'/> |
660 | 660 | </class-type> |
661 | 661 |
|
|
834 | 834 | <bitfield-type type-name='item_craft_graphics_flag' base-type='int32_t'> bay12: ITEM_CRAFT_GRAPHICS_FLAG_* |
835 | 835 | <flag-bit name='size' count='2' type-name='item_craft_graphics_flag_material'/> |
836 | 836 | <flag-bit name='color_index' count='8'/> |
| 837 | + <flag-bit name='gem_color_index' count='8'/> |
837 | 838 | </bitfield-type> |
838 | 839 |
|
839 | 840 | <enum-type type-name='item_craft_graphics_flag_material' base-type='int32_t'> bay12: ITEM_CRAFT_GRAPHICS_FLAG_MATERIAL_* |
|
1369 | 1370 | <bitfield-type type-name='item_book_graphics_flag' base-type='int32_t'> bay12: ITEM_BOOK_GRAPHICS_FLAG_* |
1370 | 1371 | <flag-bit name='color_index' count='8'/> |
1371 | 1372 | <flag-bit name='material_wood'/> |
| 1373 | + <flag-bit name='material_stone'/> |
| 1374 | + <flag-bit name='material_glass'/> |
1372 | 1375 | </bitfield-type> |
1373 | 1376 |
|
1374 | 1377 | <struct-type type-name='item_book_graphics_infost'> |
|
1454 | 1457 | <bitfield-type type-name='item_goblet_graphics_flag' base-type='int32_t'> bay12: ITEM_GOBLET_GRAPHICS_FLAG_* |
1455 | 1458 | <flag-bit name='material' count='2' type-name='item_goblet_graphics_flag_material'/> |
1456 | 1459 | <flag-bit name='color_index' count='8'/> |
| 1460 | + <flag-bit name='gem_color_index' count='8'/> |
1457 | 1461 | </bitfield-type> |
1458 | 1462 |
|
1459 | 1463 | <enum-type type-name='item_goblet_graphics_flag_material' base-type='int32_t'> bay12: ITEM_GOBLET_GRAPHICS_FLAG_MATERIAL_* |
|
1467 | 1471 | <int32_t name='texpos'/> |
1468 | 1472 | </struct-type> |
1469 | 1473 |
|
| 1474 | + <bitfield-type type-name='item_totem_graphics_flag' base-type='int32_t'> bay12: ITEM_TOTEM_GRAPHICS_FLAG_* |
| 1475 | + <flag-bit name='color_index' count='8'/> |
| 1476 | + </bitfield-type> |
| 1477 | + |
| 1478 | + <struct-type type-name='item_totem_graphics_infost'> |
| 1479 | + <bitfield name='flags' type-name='item_totem_graphics_flag' base-type='int32_t'/> |
| 1480 | + <int32_t name='texpos'/> |
| 1481 | + </struct-type> |
| 1482 | + |
1470 | 1483 | <bitfield-type type-name='item_bar_graphics_flag' base-type='int32_t'> bay12: ITEM_BAR_GRAPHICS_FLAG_* |
1471 | 1484 | <flag-bit name='color_index' count='8'/> |
1472 | 1485 | <flag-bit name='soap'/> |
|
1601 | 1614 | <stl-vector name='powder_graphics_info' pointer-type='item_powder_graphics_infost'/> |
1602 | 1615 | <stl-vector name='pipe_section_graphics_info' pointer-type='item_pipe_section_graphics_infost'/> |
1603 | 1616 | <stl-vector name='rock_graphics_info' pointer-type='item_rock_graphics_infost'/> |
| 1617 | + <stl-vector name='totem_graphics_info' pointer-type='item_totem_graphics_infost'/> |
1604 | 1618 | <static-array name='statue_texpos_top' index-enum='item_type' type-name='int32_t'/> |
1605 | 1619 | <static-array name='statue_texpos_bottom' index-enum='item_type' type-name='int32_t'/> |
1606 | 1620 | </struct-type> |
|
0 commit comments