Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
<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>