TUNIC: Update Tests Per #4982 (#5191)

This commit is contained in:
Scipio Wright
2025-07-15 17:04:27 -04:00
committed by GitHub
parent deed9de3e7
commit 1790a389c7
4 changed files with 8 additions and 11 deletions

View File

@@ -1,17 +1,15 @@
from BaseClasses import ItemClassification
from collections import Counter
from . import TunicTestBase
from .. import options
from .. import options, TunicWorld
from .bases import TunicTestBase
from ..combat_logic import (check_combat_reqs, area_data, get_money_count, calc_effective_hp, get_potion_level,
get_hp_level, get_def_level, get_sp_level, has_combat_reqs)
from ..items import item_table
from .. import TunicWorld
class TestCombat(TunicTestBase):
options = {options.CombatLogic.internal_name: options.CombatLogic.option_on}
player = 1
world: TunicWorld
combat_items = []
# these are items that are progression that do not contribute to combat logic