Doom

Модуль 'html' не существует

<script id="doom-engine-data" type="application/json">
{
"sprites": {
"imp": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' fill='%23ff4400'/><circle cx='10' cy='12' r='2' fill='yellow'/><circle cx='22' cy='12' r='2' fill='yellow'/></svg>",
"zombieman": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' fill='%23556b2f'/><rect x='8' y='6' width='16' height='10' fill='%238b7355'/></svg>",
"fireball": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='8' cy='8' r='7' fill='%23ff6600'/><circle cx='8' cy='8' r='4' fill='yellow'/></svg>"
},
"weapons": {
"pistol": { "damage": 15, "fireRate": 250, "ammoUse": 1, "ammoType": "bullet", "name": "PISTOL" },
"shotgun": { "damage": 70, "fireRate": 600, "ammoUse": 1, "ammoType": "shell", "name": "SHOTGUN", "pellets": 7 },
"chaingun": { "damage": 12, "fireRate": 80, "ammoUse": 1, "ammoType": "bullet", "name": "CHAINGUN" }
},
"enemies": {
"zombieman": { "hp": 20, "speed": 0.8, "damage": 8, "sightRange": 12, "score": 100 },
"imp": { "hp": 60, "speed": 1.2, "damage": 15, "sightRange": 16, "score": 250, "ranged": true, "projectile": "fireball" }
}
}
</script>
[[/module]]

Эта страница содержит общие ресурсы и должна включаться через [[include component="doom:shared"]] на остальных страницах.

_default: компонент
версия страницы: 2, Последняя правка: 22 Июнь 2026, 14:50 (15 дней назад)
Пока не указано иное, содержимое этой страницы распространяется по лицензии Creative Commons Attribution-ShareAlike 3.0 License.