Raised This Month: $ Target: $400
 0% 

[Boss] Trixie


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
grimd34th
SourceMod Donor
Join Date: Jun 2011
Old 10-20-2012 , 23:32   Re: [Boss] Trixie
Reply With Quote #17

Code:
"character"
{
    "name"                    "Trixie"
    "class"                    "7"    
    "model"                    "models\custom\player\trixie\trixie.mdl"
    "ragedist"                "600.0"
    "health_formula"        "((480+n)*n)^1.04"
    "ragedamage"            "2500"
    "maxspeed"                "360"
    
    "sound_block_vo"        "1"
    
    "description_en" "Trixie (v1.0):\n"THE GREAT AND POWERFUL TRIXIE!"\nSummon: alt-fire and look up or crouch and look up.\nWeigh-down: in midair, look down and crouch.\nRage (Trixie Magic + Teleport): taunt when the Rage Meter is full.\nRage (Info): Teleport to your destination by pressing RELOAD key.\nCredits:\nModels by OzFur modders.\nSound by My Little Pony: Friendship Is Magic.\nCreated by MrYtem39."
            
    "weapon1"
    {
        "name"  "tf_weapon_fireaxe"
        "index"                "2"
        "show"                "0"
    }
    "ability1"  
    {  
        "name"         "charge_salmon"  
        "arg0"        "1" 
        "arg1"        "1"
        "arg2"       "15"     
        "arg3"         "1" 
        "arg4"        "1"
        "arg5"        "6.0"
        "plugin_name"    "ff2_otokiru"  
    }  
    "ability2"
    {
        "name" "charge_weightdown"
        "arg0"    "3"
        "plugin_name"    "default_abilities"
    }
    "ability3"
    {
        "name" "rage_preventtaunt"
        "plugin_name"    "default_abilities"
    }
    "ability4"
    {
        "name" "rage_stunsg"
        "arg1"    "10"
        "plugin_name"    "default_abilities"
    }
    "ability5"  
    {  
        "name" "rage_pyrogas"  
        "arg1"        "1" 
        "arg2"        "6"
        "plugin_name"    "ff2_otokiru"  
    }  
    "ability6"
    {
        "name" "rage_instant_teleport"
        "arg0"    "0"
        "plugin_name"    "default_abilities"
    }
    "ability7"
    {
        "name" "rage_stun"
        "arg1"    "4"
        "plugin_name"    "default_abilities"
    }
    "ability8"  
    {  
        "name" "teleport_config"  
        "arg1"         "3"
        "arg2"        "6"
        "arg3"        "9999.0"       
        "plugin_name"    "ff2_otokiru_wc3"  
    } 
    "ability9"  
    {  
        "name" "teleport_activator"  
        "arg0"    "3" 
        "buttonmode" "2"
        "plugin_name"    "ff2_otokiru_wc3" 
    }   
        
    "sound_begin"
    {
        "1" "freak_fortress_2\trixie\trixieintro1.mp3"
        "2" "freak_fortress_2\trixie\trixieintro2.mp3"
        "3" "freak_fortress_2\trixie\trixieintro3.mp3"
    }    
    "sound_kspree"
    {
        "1" "freak_fortress_2\trixie\trixiekspree.mp3"
    }
    "sound_win"
    {
        "1" "freak_fortress_2\trixie\trixiewin1.mp3"
        "2" "freak_fortress_2\trixie\trixiewin2.mp3"
    }
    "sound_death"
    {
        "1" "freak_fortress_2\trixie\trixielose1.mp3"
        "2" "freak_fortress_2\trixie\trixielose2.mp3"
    }
    "sound_ability"
    {
        "1" "freak_fortress_2\trixie\trixierage.mp3"
    }
    "sound_kill"
    {
        "1" "freak_fortress_2\trixie\trixiekill1.mp3"
        "2" "freak_fortress_2\trixie\trixiekill2.mp3"
        "3" "freak_fortress_2\trixie\trixiekill3.mp3"
    }
    "mod_download"
    {
        "1" "models\custom\player\trixie\trixie"
    }
    "mod_precache"
    {
        "1" "models\custom\player\trixie\trixie"
    }
    "mat_download"
    {
        "1" "materials\models\player\pyro\trixie_base2"
        "2" "materials\models\player\pyro\trixie_cape"
        "3" "materials\models\player\pyro\trixie_gem"
        "4" "materials\models\player\pyro\trixie_hair_back"
        "5" "materials\models\player\pyro\trixie_hair_front"
        "6" "materials\models\player\pyro\trixie_hat"
        "7" "materials\models\player\pyro\trixie_tail"
    }
    "mat_precache"
    {
        "1" "materials\models\player\pyro\trixie_base2.vmt"
        "2" "materials\models\player\pyro\trixie_base2.vtf"
        "3" "materials\models\player\pyro\trixie_cape.vmt"
        "4" "materials\models\player\pyro\trixie_cape.vtf"
        "5" "materials\models\player\pyro\trixie_gem.vmt"
        "6" "materials\models\player\pyro\trixie_gem.vtf"
        "7" "materials\models\player\pyro\trixie_hair_back.vmt"
        "8" "materials\models\player\pyro\trixie_hair_back.vtf"
        "9" "materials\models\player\pyro\trixie_hair_front.vmt"
        "10" "materials\models\player\pyro\trixie_hair_front.vtf"
        "11" "materials\models\player\pyro\trixie_hat.vmt"
        "12" "materials\models\player\pyro\trixie_hat.vtf"
        "13" "materials\models\player\pyro\trixie_tail.vmt"
        "14" "materials\models\player\pyro\trixie_tail.vtf"
    }
    "download"
    {        
        "1" "sound\freak_fortress_2\trixie\trixieintro1.mp3"
        "2" "sound\freak_fortress_2\trixie\trixieintro2.mp3"
        "3" "sound\freak_fortress_2\trixie\trixieintro3.mp3"
        "4" "sound\freak_fortress_2\trixie\trixiekspree.mp3"
        "5" "sound\freak_fortress_2\trixie\trixiewin1.mp3"
        "6" "sound\freak_fortress_2\trixie\trixiewin2.mp3"
        "7" "sound\freak_fortress_2\trixie\trixielose1.mp3"
        "8" "sound\freak_fortress_2\trixie\trixielose2.mp3"
        "9" "sound\freak_fortress_2\trixie\trixierage.mp3"
        "10" "sound\freak_fortress_2\trixie\trixiekill1.mp3"
        "11" "sound\freak_fortress_2\trixie\trixiekill2.mp3"
        "12" "sound\freak_fortress_2\trixie\trixiekill3.mp3"
    }
}
is what ive currently edited ive almost gotten it working
grimd34th is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:53.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode