diff --git a/idk/dlc_idk.py b/idk/dlc_idk.py deleted file mode 100644 index de38d2c..0000000 --- a/idk/dlc_idk.py +++ /dev/null @@ -1,11 +0,0 @@ -title = "Marchands" - -spells = ("Soin", "Flammes", "Givre", "Etincelles", "Fatigue") -spells_level = ("I", "II", "III", "IV", "V") -spells_effect = ((0, 1, True), (4, -1, False), (4, -1, False), (4, -1, False), (0, -1, False)) -weapons = ("", "Dague", "Marteau", "Masse", "Fleau", "Hache", "Epee", "Espadon", "Hache double") -armors = ("", "Rondache", "Pavois", "Cote de maille", "Broigne", "Harnois") - -def npc(data, stat, entites, identifiant): - coords = data[2], data[3] - pass \ No newline at end of file