iw6-scripts/destructible_scripts/toy_electricbox2.gsc
2024-02-13 13:20:49 +01:00

15 lines
1014 B
Plaintext

// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
common_scripts\_destructible::destructible_create( "toy_electricbox2", "tag_origin", 150, undefined, 32, "no_melee" );
common_scripts\_destructible::destructible_splash_damage_scaler( 15 );
common_scripts\_destructible::destructible_fx( "tag_fx", "fx/props/electricbox4_explode", undefined, undefined, undefined, 1 );
common_scripts\_destructible::destructible_sound( "exp_fusebox_sparks" );
common_scripts\_destructible::destructible_explode( 1000, 2000, 32, 32, 32, 48, undefined, 0 );
common_scripts\_destructible::destructible_state( undefined, "me_electricbox2_dest", undefined, undefined, "no_melee" );
common_scripts\_destructible::destructible_part( "tag_fx", "me_electricbox2_door", undefined, undefined, undefined, undefined, 1.0, 1.0 );
common_scripts\_destructible::destructible_part( "tag_door_upper", "me_electricbox2_door_upper", undefined, undefined, undefined, undefined, 1.0, 1.0 );
}