Песочница/Pok: различия между версиями

Нет описания правки
Отмена версии 537268, сделанной Pok (обсуждение)
Метка: отмена
 
(не показано 13 промежуточных версий этого же участника)
Строка 1: Строка 1:
{{#vardefine:explosiveRadius|
БББ
  {{#ifexpr:
{{#invoke:Сущность/data|get|MopItem}}
    {{{totalIntensity|200}}} <= {{#expr: 3.141592653589793 / 3 * ({{{maxIntensity|60}}}^3) / ({{{intensitySlope|30}}}^2) }}
  |
    <!-- если {{{totalIntensity|200}}} <= v0 -->
    {{#expr: (3 * {{{totalIntensity|200}}} / ({{{intensitySlope|30}}} * 3.141592653589793))^(1/3) }}
  |
    <!-- иначе: усечённый конус -->
    {{#expr: ({{{maxIntensity|60}}} / {{{intensitySlope|30}}}) * ( sqrt( 12 * {{{totalIntensity|200}}} / (3.141592653589793 / 3 * ({{{maxIntensity|60}}}^3) / ({{{intensitySlope|30}}}^2)) - 3 ) / 6 + 0.5 ) }}
  }}
}}
{{#vardefine:explosiveIntensity|{{#expr: {{{intensitySlope|30}}} * {{#var:explosiveRadius}} }}}}
 
{{#var:explosiveIntensity}}