Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
OTH - Removed expired notes
Browse files Browse the repository at this point in the history
Signed-off-by: RaenonX <[email protected]>
  • Loading branch information
RaenonX committed Jul 10, 2021
1 parent 87df77e commit c97c970
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ def test_iter_entries_s2(transformer_skill: SkillTransformer):

possible_entries = skill_data.get_all_possible_entries()

# EXNOTE: Not yet 70 MC (2020/12/07), but S2 already have data for 3 levels (lv.3 does not have BK punisher)

expected_addl_at_max = {
ConditionComposite(): 2.01 * 3 + 4.02,
ConditionComposite(Condition.TARGET_BK_STATE): 2.01 * 3 + 4.02,
Expand All @@ -37,8 +35,6 @@ def test_og_alex_s2(transformer_skill: SkillTransformer):
# https://dragalialost.wiki/w/Alex
skill_data_base = transformer_skill.transform_attacking(103405022)

# EXNOTE: Not yet 70 MC (2020/12/07), but S2 already have data for 3 levels (lv.3 does not have BK punisher)

# Not BK
skill_data = skill_data_base.with_conditions()

Expand Down

0 comments on commit c97c970

Please sign in to comment.