Skip to content

Commit

Permalink
Test artifact configuration on the user interface
Browse files Browse the repository at this point in the history
Co-authored-by: Akashdeep Dhar <[email protected]>
Co-authored-by: Shounak Dey <[email protected]>
  • Loading branch information
gridhead and sdglitched committed Sep 21, 2024
1 parent c659198 commit b9cb3b7
Show file tree
Hide file tree
Showing 8 changed files with 792 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gi_loadouts/face/wind/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def change_data_by_changing_level_or_stat(self, droplevl: QComboBox, droptype: Q
rare = getattr(Rare, droprare.currentText().replace(" ", "_"))
stat = getattr(arti, f"revmap_{part}")[dropstat.currentText().strip()]
item = getattr(team.value, part)
item.levl, item.rare, item.stat_name = levl.value.levl, rare.value.qant, stat
item.rare, item.levl, item.stat_name = rare.value.qant, levl.value.levl, stat
statdata.setText(f"{round(item.stat_data, 1)}")

def change_artifact_team_by_changing_type(self, droptype: QComboBox, part: str) -> None:
Expand Down
Empty file added test/face/info/__init__.py
Empty file.
Empty file added test/face/info/test_info.py
Empty file.
Loading

0 comments on commit b9cb3b7

Please sign in to comment.