From 0ea42f75795f3907a7f939f30568c0b044abb962 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 14 Sep 2020 03:53:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20some=20more=20stuff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/codeStyles/codeStyleConfig.xml | 5 + .../inspectionProfiles/profiles_settings.xml | 1 + .idea/misc.xml | 3 + .idea/workspace.xml | 46 ++++++-- royalspells/buffs.py | 3 + royalspells/formulas.py | 83 ++++++++++++++ royalspells/mixins.py | 18 ++- royalspells/spells.py | 104 +++++++----------- 8 files changed, 184 insertions(+), 79 deletions(-) create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 royalspells/buffs.py create mode 100644 royalspells/formulas.py diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml index 105ce2d..dd4c951 100644 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -1,5 +1,6 @@ + diff --git a/.idea/misc.xml b/.idea/misc.xml index d1e22ec..2a75f48 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d8e1213..e325a14 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -19,10 +19,15 @@