2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-03 23:37:26 +00:00

chore: add assetrefs to other games

This commit is contained in:
Jan
2024-02-07 01:12:03 +01:00
parent 405cad06a8
commit c9a6b10f58
8 changed files with 12 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ set condition material FxElemDef::elemType == FX_ELEM_TYPE_SPRITE_BILLBOARD
use FxEffectDefRef;
set condition handle never;
set string name;
set assetref name ASSET_TYPE_FX;
// FxTrailDef
use FxTrailDef;

View File

@@ -9,6 +9,7 @@ set reusable weapDef;
set string szDisplayName;
set string szAltWeaponName;
set string szXAnims;
set assetref szXAnims ASSET_TYPE_XANIMPARTS;
set count szXAnims NUM_WEAP_ANIMS;
set reusable szXAnims;
set scriptstring hideTags;