Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Hán giản thể)
繁體中文 (Hán phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (tiếng Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
<type name="ussr_m200"> //Main item
<attachments chance="1.00"> //Attachment slot change (suppressors, mag, optics)
<item name="M200Optic" chance="0.60" /> //The specific item to connect tot the slot and
selction chance
<item name="M200Optic_black" chance="0.40" />
</attachments>
</type>
Also took the time and made the file so here you go:
https://pastebin.com/PmW3T0ar
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<spawnabletypes>
<type name="ussr_m200">
<attachments chance="0.90">
<item name="M200Optic" chance="1.00" />
</attachments>
<attachments chance="0.90">
<item name="M200Suppressor" chance="1.00" />
</attachments>
<attachments chance="0.90">
<item name="Mag_ussrm200_7Rnd" chance="1.00" />
</attachments>
</type>
<type name="ussr_m200_black">
<attachments chance="0.90">
<item name="M200Optic_Black" chance="1.00" />
</attachments>
<attachments chance="0.90">
<item name="M200Suppressor_black" chance="1.00" />
</attachments>
<attachments chance="0.90">
<item name="Mag_ussrm200_7Rnd" chance="1.00" />
</attachments>
</type>
</spawnabletypes>