{ id = "custom_wearable.death_prophet.legs_with_vortex" name = "#DOTA_Workshop_Death_Prophet_Legs" template_group = "#DOTA_Workshop_SubmissionType_CustomWearable" template_subgroup = "#npc_dota_hero_death_prophet" directory = "death_prophet" workshop_tags = [ "CustomWearable", "Legs", "npc_dota_death_prophet", ] models = [ { id = "model_death_prophet_legs" name = "#DOTA_Workshop_Death_Prophet_Leg_Mesh" preview_desc = "#DOTA_Workshop_Preview_Desc_Death_Prophet_Item" lod_list = [ { id = "mesh_portrait" name = "#DOTA_Workshop_LOD0Title" desc = "#DOTA_Workshop_Death_Prophet_Leg_Mesh_Desc" max_polygons = 3000 optional = true }, { id = "mesh_world" name = "#DOTA_Workshop_LOD1Title" desc = "#DOTA_Workshop_LOD1Desc" max_polygons = 1200 }, ] material_list = [ { id = "material_death_prophet" name = "#DOTA_Import_Mat0Title_Generic" desc = "#DOTA_Import_Mat0Desc_Generic" template_vmat = "materials/models/heroes/death_prophet/death_prophet_body.vmat" max_tex_width = 512 max_tex_height = 512 }, ] }, { id = "model_dress_vortex" name = "#DOTA_Workshop_Death_Prophet_Vortex" desc = "#DOTA_Workshop_Death_Prophet_Vortex_Desc" model_name_suffix = "_vortex" optional = true can_be_empty = true lod_list = [ { id = "mesh_world" name = "#DOTA_Workshop_Death_Prophet_Vortex_Mesh" desc = "#DOTA_Workshop_Death_Prophet_Vortex_Mesh_Desc" max_polygons = 500 }, ] material_list = [ { id = "material_death_prophet_vortex" name = "#DOTA_Import_Mat0Title_Generic" desc = "#DOTA_Import_Mat0Desc_Generic" template_vmat = "materials/models/heroes/death_prophet/death_prophet_ripscroll.vmat" max_tex_width = 512 max_tex_height = 128 }, ] }, ] item_defs = [ { hero_name = "npc_dota_hero_death_prophet" loadout_slot = "legs" prefab_type = "wearable" item_type_name = "legs" localization_prefix = "Item_" model_player_expr = "$(model_death_prophet_legs:vmdl_name)" remove_preexisting_visuals = true visuals = [ { type = "additional_wearable" asset_expr = "$(model_dress_vortex:vmdl_name_or_empty)" skip_if_asset_empty = true } ] } ] }