Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
kgns committed Jul 31, 2017
2 parents 8cd134b + d899c87 commit 41c8c82
Show file tree
Hide file tree
Showing 15 changed files with 1,456 additions and 0 deletions.
147 changes: 147 additions & 0 deletions addons/sourcemod/configs/gloves/gloves_english.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
"Gloves"
{
"Bloodhound Gloves"
{
"index" "5027"
"Charred"
{
"index" "10006"
"team" "2;3"
}
"Snakebite"
{
"index" "10007"
"team" "2;3"
}
"Bronzed"
{
"index" "10008"
"team" "2;3"
}
"Guerrilla"
{
"index" "10039"
"team" "2;3"
}
}
"Sport Gloves"
{
"index" "5030"
"Hedge Maze"
{
"index" "10038"
"team" "2;3"
}
"Pandora's Box"
{
"index" "10037"
"team" "2;3"
}
"Superconductor"
{
"index" "10018"
"team" "2;3"
}
"Arid"
{
"index" "10019"
"team" "2;3"
}
}
"Hand Wraps"
{
"index" "5032"
"Leather"
{
"index" "10009"
"team" "2;3"
}
"Spruce DDPAT"
{
"index" "10010"
"team" "2;3"
}
"Slaughter"
{
"index" "10021"
"team" "2;3"
}
"Badlands"
{
"index" "10036"
"team" "2;3"
}
}
"Driver Gloves"
{
"index" "5031"
"Lunar Weave"
{
"index" "10013"
"team" "2;3"
}
"Convoy"
{
"index" "10015"
"team" "2;3"
}
"Crimson Weave"
{
"index" "10016"
"team" "2;3"
}
"Diamondback"
{
"index" "10040"
"team" "2;3"
}
}
"Specialist Gloves"
{
"index" "5034"
"Forest DDPAT"
{
"index" "10030"
"team" "2;3"
}
"Crimson Kimono"
{
"index" "10033"
"team" "2;3"
}
"Emerald Web"
{
"index" "10034"
"team" "2;3"
}
"Foundation"
{
"index" "10035"
"team" "2;3"
}
}
"Moto Gloves"
{
"index" "5033"
"Eclipse"
{
"index" "10024"
"team" "2;3"
}
"Boom!"
{
"index" "10027"
"team" "2;3"
}
"Spearmint"
{
"index" "10026"
"team" "2;3"
}
"Cool Mint"
{
"index" "10028"
"team" "2;3"
}
}
}
147 changes: 147 additions & 0 deletions addons/sourcemod/configs/gloves/gloves_turkish.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
"Gloves"
{
"Kan Tazısı Eldivenleri"
{
"index" "5027"
"Alazlanmış"
{
"index" "10006"
"team" "2;3"
}
"Yılan Isırığı"
{
"index" "10007"
"team" "2;3"
}
"Bronzlaştırılmış"
{
"index" "10008"
"team" "2;3"
}
"Gerilla"
{
"index" "10039"
"team" "2;3"
}
}
"Spor Eldivenler"
{
"index" "5030"
"Labirent"
{
"index" "10038"
"team" "2;3"
}
"Pandora'nın Kutusu"
{
"index" "10037"
"team" "2;3"
}
"Süper İletken"
{
"index" "10018"
"team" "2;3"
}
"Kurak"
{
"index" "10019"
"team" "2;3"
}
}
"El Sargıları"
{
"index" "5032"
"Deri"
{
"index" "10009"
"team" "2;3"
}
"Çam DDPAT"
{
"index" "10010"
"team" "2;3"
}
"Katliam"
{
"index" "10021"
"team" "2;3"
}
"Çorak Arazi"
{
"index" "10036"
"team" "2;3"
}
}
"Sürücü Eldivenleri"
{
"index" "5031"
"Gümüş Örgü"
{
"index" "10013"
"team" "2;3"
}
"Konvoy"
{
"index" "10015"
"team" "2;3"
}
"Kızıl Örgü"
{
"index" "10016"
"team" "2;3"
}
"Çıngıraklı Yılan"
{
"index" "10040"
"team" "2;3"
}
}
"Uzman Eldivenleri"
{
"index" "5034"
"Orman DDPAT"
{
"index" "10030"
"team" "2;3"
}
"Kızıl Kimono"
{
"index" "10033"
"team" "2;3"
}
"Zümrüt Ağ"
{
"index" "10034"
"team" "2;3"
}
"Temel"
{
"index" "10035"
"team" "2;3"
}
}
"Motorcu Eldivenleri"
{
"index" "5033"
"Tutulma"
{
"index" "10024"
"team" "2;3"
}
"Boom!"
{
"index" "10027"
"team" "2;3"
}
"Yeşil Nane"
{
"index" "10026"
"team" "2;3"
}
"Serin Esinti"
{
"index" "10028"
"team" "2;3"
}
}
}
Binary file added addons/sourcemod/plugins/gloves.smx
Binary file not shown.
Loading

0 comments on commit 41c8c82

Please sign in to comment.