Тест: различия между версиями

Материал из Space Stories Wiki
Нет описания правки
Нет описания правки
 
(не показано 180 промежуточных версий 3 участников)
Строка 1: Строка 1:
<div class="custom-tabs">
- type: reagent
   <input type="radio" id="tab1" name="tab" checked>
   id: Absinthe
   <label for="tab1">Описание</label>
  name: reagent-name-absinthe
 
   parent: BaseAlcohol
   <input type="radio" id="tab2" name="tab">
  desc: reagent-desc-absinthe
   <label for="tab2">Характеристики</label>
   physicalDesc: reagent-physical-desc-strong-smelling
 
   flavor: absinthe
   <input type="radio" id="tab3" name="tab">
   color: "#33EE00"
   <label for="tab3">Примечания</label>
   metamorphicSprite:
 
    sprite: Objects/Consumable/Drinks/absintheglass.rsi
   <div class="tab-content">
    state: icon_empty
    <div class="tab-panel" id="content1">
   metamorphicMaxFillLevels: 5
      <p>Описание объекта: Этот объект представляет собой важный элемент игрового мира, обладающий множеством уникальных функций...</p>
  metamorphicFillBaseName: fill-
    </div>
  metamorphicChangeColor: true
     <div class="tab-panel" id="content2">
  metabolisms:
       <ul>
     Drink:
        <li>Тип: Активный объект</li>
       effects:
        <li>Уровень угрозы: Высокий</li>
      - !type:SatiateThirst
         <li>Способности: Взаимодействие с окружающей средой</li>
         factor: 2
       </ul>
       - !type:AdjustReagent
    </div>
        reagent: Ethanol
    <div class="tab-panel" id="content3">
        amount: 0.3
      <p>Этот объект может менять свои характеристики в зависимости от контекста игровой ситуации. Пожалуйста, обращайте внимание на обновления.</p>
    </div>
  </div>
</div>

Текущая версия от 11:12, 30 января 2025

- type: reagent

 id: Absinthe
 name: reagent-name-absinthe
 parent: BaseAlcohol
 desc: reagent-desc-absinthe
 physicalDesc: reagent-physical-desc-strong-smelling
 flavor: absinthe
 color: "#33EE00"
 metamorphicSprite:
   sprite: Objects/Consumable/Drinks/absintheglass.rsi
   state: icon_empty
 metamorphicMaxFillLevels: 5
 metamorphicFillBaseName: fill-
 metamorphicChangeColor: true
 metabolisms:
   Drink:
     effects:
     - !type:SatiateThirst
       factor: 2
     - !type:AdjustReagent
       reagent: Ethanol
       amount: 0.3