Компоненты ContentServer: различия между версиями

Нет описания правки
Нет описания правки
Строка 28: Строка 28:
Данная информация поможет юным и не очень разработчикам для создания [[Поваренная_книга_админа#Прототипы|прототипов]].
Данная информация поможет юным и не очень разработчикам для создания [[Поваренная_книга_админа#Прототипы|прототипов]].


{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 20px; background:#383842;" border=3 cellspacing=0
!<center>Оружие</center>
|-
|
<!--
-->
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=3 cellspacing=0
!<big>ChemicalAmmo</big> - Компонент химических боеприпасов.
|-
|
{| class="wikitable"
|-
! style="background-color:#4E5058; width: 20%" | Название переменной !! style="background-color:#4E5058; width: 5%" | Тип переменной !! style="background-color:#4E5058; width: 20%" | Базовое значение переменной !! style="background-color:#4E5058; width: 50%" | Значение
|-
| style="background-color:#383842; | <center>''' solution '''</center> 
| style="background-color:#383842; color:#D14137| <center>''' string '''</center> 
| style="background-color:#383842; | <center>''' DefaultSolutionName '''</center> 
| style="background-color:#383842; | <center>'''  '''</center>
|}
|}
<!--
-->
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=3 cellspacing=0
!<big>RangedDamageSound</big> - Воспроизводит указанный звук при получении урона указанного типа.
|-
|
{| class="wikitable"
|-
! style="background-color:#4E5058; width: 20%" | Название переменной !! style="background-color:#4E5058; width: 5%" | Тип переменной !! style="background-color:#4E5058; width: 20%" | Базовое значение переменной !! style="background-color:#4E5058; width: 50%" | Значение
|-
| style="background-color:#383842; | <center>''' soundGroups  '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' Dictionary<string, SoundSpecifier>? '''</center> 
| style="background-color:#383842; | <center>'''  '''</center> 
| style="background-color:#383842; | <center>''' Указанные звуки, которые будут воспроизводится, когда объект получает урон указанной группы. Будет возвращен к значениям по умолчанию, если они не указаны.
'''</center>
|-
| style="background-color:#383842; | <center>''' soundTypes  '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' Dictionary<string, SoundSpecifier>? '''</center> 
| style="background-color:#383842; | <center>'''  '''</center> 
| style="background-color:#383842; | <center>''' Указанные звуки, которые будут воспроизводится, когда объект получает урон указанного типа. Будет возвращен к значениям по умолчанию, если они не указаны.  '''</center>
|}
|}
<!--
-->
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=3 cellspacing=0
!<big>RechargeBasicEntityAmmo</big> - Перезарядка базовый патронов.
|-
|
{| class="wikitable"
|-
! style="background-color:#4E5058; width: 20%" | Название переменной !! style="background-color:#4E5058; width: 5%" | Тип переменной !! style="background-color:#4E5058; width: 20%" | Базовое значение переменной !! style="background-color:#4E5058; width: 50%" | Значение
|-
| style="background-color:#383842; | <center>''' rechargeSound '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' SoundSpecifier  '''</center> 
| style="background-color:#383842; | <center>''' /Audio/Magic/forcewall.ogg '''</center> 
| style="background-color:#383842; | <center>''' Звук перезарядки. '''</center>
|-
| style="background-color:#383842; | <center>''' accumulatedFrametime '''</center> 
| style="background-color:#383842; color:#D14137| <center>''' float '''</center> 
| style="background-color:#383842; | <center>'''  '''</center> 
| style="background-color:#383842; | <center>'''  '''</center>
|}
|}
<!--
-->
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=3 cellspacing=0
!<big>EnergySword</big> - Компонент энергетического меча.
|-
|
{| class="wikitable"
|-
! style="background-color:#4E5058; width: 20%" | Название переменной !! style="background-color:#4E5058; width: 5%" | Тип переменной !! style="background-color:#4E5058; width: 20%" | Базовое значение переменной !! style="background-color:#4E5058; width: 50%" | Значение
|-
| style="background-color:#383842; | <center>''' isSharp  '''</center> 
| style="background-color:#383842; color:#D14137| <center>''' bool '''</center> 
| style="background-color:#383842; | <center>''' true '''</center> 
| style="background-color:#383842; | <center>'''  '''</center>
|-
| style="background-color:#383842; | <center>''' secret  '''</center> 
| style="background-color:#383842; color:#D14137| <center>''' bool  '''</center> 
| style="background-color:#383842; | <center>''' False '''</center> 
| style="background-color:#383842; | <center>''' Становится ли скрытым при деактивации. '''</center>
|-
| style="background-color:#383842; | <center>''' cycleRate  '''</center> 
| style="background-color:#383842; color:#D14137| <center>''' float  '''</center> 
| style="background-color:#383842; | <center>''' 1f '''</center> 
| style="background-color:#383842; | <center>''' частота циклов RGB для взломанных электронных мечей.  '''</center>
|-
| style="background-color:#383842; | <center>''' activateSound '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' SoundSpecifier '''</center> 
| style="background-color:#383842; | <center>''' /Audio/Weapons/ebladeon.ogg '''</center> 
| style="background-color:#383842; | <center>''' Звук активации меча. '''</center>
|-
| style="background-color:#383842; | <center>''' deActivateSound  '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' SoundSpecifier  '''</center> 
| style="background-color:#383842; | <center>''' /Audio/Weapons/ebladeoff.ogg '''</center> 
| style="background-color:#383842; | <center>''' Звук деактивации меча. '''</center>
|-
| style="background-color:#383842; | <center>''' onHitOn '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' SoundSpecifier  '''</center> 
| style="background-color:#383842; | <center>''' /Audio/Weapons/eblade1.ogg '''</center> 
| style="background-color:#383842; | <center>''' звук удара включенного меча. '''</center>
|-
| style="background-color:#383842; | <center>''' onHitOff  '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' SoundSpecifier  '''</center> 
| style="background-color:#383842; | <center>''' /Audio/Weapons/genhit1.ogg '''</center> 
| style="background-color:#383842; | <center>''' Звук удара выключенного меча. '''</center>
|-
| style="background-color:#383842; | <center>''' colorOptions  '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' List<Color> '''</center> 
| style="background-color:#383842; | <center>''' Color.Tomato, Color.DodgerBlue, Color.Aqua, Color.MediumSpringGreen, Color.MediumOrchid '''</center> 
| style="background-color:#383842; | <center>''' Цвет лезвия меча. '''</center>
|-
| style="background-color:#383842; | <center>''' litDamageBonus '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' DamageSpecifier '''</center> 
| style="background-color:#383842; | <center>'''  '''</center> 
| style="background-color:#383842; | <center>'''  '''</center>
|-
| style="background-color:#383842; | <center>''' litDisarmMalus  '''</center> 
| style="background-color:#383842; color:#D14137| <center>''' float '''</center> 
| style="background-color:#383842; | <center>''' 0.6f '''</center> 
| style="background-color:#383842; | <center>'''  '''</center>
|}
|}
|}
<!--
-->
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 20px; background:#383842;" border=3 cellspacing=0
!<center>Приваремаемость</center>
|-
|
<!--
-->
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=3 cellspacing=0
!<big>IncreaseDamageOnWield</big> -
|-
|
{| class="wikitable"
|-
! style="background-color:#4E5058; width: 20%" | Название переменной !! style="background-color:#4E5058; width: 5%" | Тип переменной !! style="background-color:#4E5058; width: 20%" | Базовое значение переменной !! style="background-color:#4E5058; width: 50%" | Значение
|-
| style="background-color:#383842; | <center>''' damage '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' DamageSpecifier '''</center> 
| style="background-color:#383842; | <center>''' default! '''</center> 
| style="background-color:#383842; | <center>'''  '''</center>
|}
|}
<!--
-->
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=3 cellspacing=0
!<big>Wieldable</big> - Используется для предметов, которые можно держать двумя или более руками.
|-
|
{| class="wikitable"
|-
! style="background-color:#4E5058; width: 20%" | Название переменной !! style="background-color:#4E5058; width: 5%" | Тип переменной !! style="background-color:#4E5058; width: 20%" | Базовое значение переменной !! style="background-color:#4E5058; width: 50%" | Значение
|-
| style="background-color:#383842; | <center>''' wieldSound '''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' SoundSpecifier? '''</center> 
| style="background-color:#383842; | <center>''' "/Audio/Effects/thudswoosh.ogg" '''</center> 
| style="background-color:#383842; | <center>''' Звук заваривания объекта. '''</center>
|-
| style="background-color:#383842; | <center>''' unwieldSound'''</center> 
| style="background-color:#383842; color:#9650E4| <center>''' SoundSpecifier? '''</center> 
| style="background-color:#383842; | <center>'''  '''</center> 
| style="background-color:#383842; | <center>''' Звук разваривания объекта. '''</center>
|-
| style="background-color:#383842; | <center>''' freeHandsRequired '''</center> 
| style="background-color:#383842; color:#D14137| <center>''' int  '''</center> 
| style="background-color:#383842; | <center>''' 1 '''</center> 
| style="background-color:#383842; | <center>''' количество требуемых свободных рук. '''</center>
|-
| style="background-color:#383842; | <center>''' wieldedInhandPrefix '''</center> 
| style="background-color:#383842; color:#D14137| <center>''' string '''</center> 
| style="background-color:#383842; | <center>''' "wielded" '''</center> 
| style="background-color:#383842; | <center>''' отвечает за надпись в описании, если предмет заварен. '''</center>
|-
| style="background-color:#383842; | <center>''' wieldTime  '''</center> 
| style="background-color:#383842; color:#D14137| <center>''' float  '''</center> 
| style="background-color:#383842; | <center>''' 1.5f '''</center> 
| style="background-color:#383842; | <center>''' Время заваривания объекта. '''</center>
|}
|}
|}
<!--
-->
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 20px; background:#383842;" border=3 cellspacing=0
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 20px; background:#383842;" border=3 cellspacing=0
!<center>Провода</center>
!<center>Провода</center>
Строка 72: Строка 271:
|}
|}
|}
|}
|}
|}
<!--
<!--