добавлена magic_system

This commit is contained in:
2024-02-24 11:25:21 +03:00
parent d9dc820702
commit 599fe5d330
69 changed files with 710 additions and 238 deletions

View File

@@ -82,6 +82,9 @@ $(function() {
<li>addQuest()
: <a class="el" href="class_quest_system.html#a672038c5907685856f4d417cd795d785">QuestSystem</a>
</li>
<li>addSpell()
: <a class="el" href="class_magic_system.html#a5e1e1d919de2e3dbcf5d1360fcca1afc">MagicSystem</a>
</li>
<li>adjustGameplayParameters()
: <a class="el" href="class_difficulty_system.html#a477026ad959fa4f5ed6cb697bdd87767">DifficultySystem</a>
</li>
@@ -92,6 +95,9 @@ $(function() {
<li>calculateAttackOutcome()
: <a class="el" href="class_combat_system.html#aed5618027fca5c1538f887ef9b21cb2d">CombatSystem</a>
</li>
<li>castSpell()
: <a class="el" href="class_magic_system.html#a50b73878c35ab94e9656e305d3bf29da">MagicSystem</a>
</li>
<li>changeReputation()
: <a class="el" href="class_faction_system.html#a7aed2a5e758bfcb8603a2ab96925b12a">FactionSystem</a>
</li>
@@ -359,6 +365,7 @@ $(function() {
, <a class="el" href="class_controller_support.html#addbdc82f140e553a598efa5139a02a23">ControllerSupport</a>
, <a class="el" href="class_effects_system.html#a8117947b39f05afb8ff0fbbcd3fff7d9">EffectsSystem</a>
, <a class="el" href="class_game_engine.html#aeb8df057dde6e18da6d2dc3e468afc8b">GameEngine</a>
, <a class="el" href="class_magic_system.html#adf398f041c02beda5f833e12f85e3a37">MagicSystem</a>
, <a class="el" href="class_physics_system.html#a7e97af2ff3ac8bf879ab289397eb939c">PhysicsSystem</a>
, <a class="el" href="class_quest_system.html#aa7289df0bf8309e86e86f4569fc547b8">QuestSystem</a>
, <a class="el" href="class_state_manager.html#ae02fb746e1ef597d2842aaec506030b2">StateManager</a>