
foxyman 说:1011 does not support particle system on weapons.
Mirathei's mod source



*weapon*,
[(ti_on_init_item),
(try_begin),
(troop_has_item_equipped,"trp_player","itm_youritem"),
(get_player_agent_no,":player"),
(agent_get_position,pos1,":player"),
(try_for_range,reg999,0,500),
(particle_system_burst,"psys_torch_fire",pos1,100),
(try_end),
(try_end),
])]
GetAssista 说:Why not alter fire position a bit before bursting, depending on direction the agent is moving?
Then you can still use small torch fire and make it appear not inside player but near the head, or even somewhere above right shoulder, where a torch should be placed
