-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
108 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
"Robot" | ||
{ | ||
"model" "models/bots/soldier_boss/bot_soldier_boss.mdl" | ||
"class" "Soldier" | ||
"shortdescription" "Instant Weapon Switch" | ||
"name" "Cloaker" | ||
"deathtip" "This robot crazy yo" | ||
"role" "Damage" | ||
"subclass" "Rockets" | ||
"tips" "Mash weapon switch for max DPS" | ||
"health" "3800" | ||
"difficulty" "3" | ||
"rc_cost" "1.5" | ||
"sounds" | ||
{ | ||
"death" "mvm/giant_soldier/giant_soldier_explode.wav" | ||
"loop" "mvm/giant_soldier/giant_soldier_loop.wav" | ||
"spawn" "#mvm/giant_heavy/giant_heavy_entrance.wav" | ||
} | ||
"player_attributes" | ||
{ | ||
"ammo regen" "100.0" | ||
"move speed penalty" "0.5" | ||
"airblast vulnerability multiplier" "1.0" | ||
"damage force reduction" "0.4" | ||
"increased air control" "2.0" | ||
"self dmg push force increased" "2.0" | ||
"cancel falling damage" "1.0" | ||
"rage giving scale" "0.75" | ||
} | ||
"custom_attributes_player" | ||
{ | ||
"start-with-charge" "amount=100.0" | ||
} | ||
"remove_weapon_slots" | ||
{ | ||
"slot" "0" | ||
"slot" "1" | ||
"slot" "2" | ||
} | ||
|
||
"weapons" | ||
{ | ||
"tf_weapon_rocketlauncher" | ||
{ | ||
"itemindex" "205" | ||
"quality" "6" | ||
"level" "1" | ||
"slot" "2" | ||
"warpaint_id" "215" | ||
"attributes" | ||
{ | ||
"maxammo primary increased" "2.5" | ||
"killstreak tier" "1.0" | ||
"clip size upgrade atomic" "5.0" | ||
"fire rate bonus" "0.7" | ||
"faster reload rate" "2.0" | ||
"dmg penalty vs buildings" "0.5" | ||
} | ||
"custom_attributes_weapon" | ||
{ | ||
"reload full clip at once" "1.0" | ||
} | ||
} | ||
"tf_weapon_buff_item" | ||
{ | ||
"itemindex" "226" | ||
"quality" "6" | ||
"level" "1" | ||
"slot" "2" | ||
"skin" "0" | ||
"attributes" | ||
{ | ||
"increase buff duration" "2.5" | ||
} | ||
"custom_attributes_weapon" | ||
{ | ||
"custom buff type" "mm-cloak" | ||
} | ||
} | ||
} | ||
"cosmetics" | ||
{ | ||
"Close Quarters Cover" | ||
{ | ||
"itemindex" "31378" | ||
"paint" "A Distinctive Lack of Hue" | ||
"style" "3.0" | ||
"scale" "1.0" | ||
} | ||
"Close Quarters Cover" | ||
{ | ||
"itemindex" "31378" | ||
"paint" "Ye Olde Rustic Colour" | ||
"style" "2.0" | ||
"scale" "1.0" | ||
} | ||
"Dead Of Night" | ||
{ | ||
"itemindex" "30309" | ||
"paint" "Ye Olde Rustic Colour" | ||
"style" "1.0" | ||
"scale" "1.0" | ||
} | ||
} | ||
} |