DLC deleted

This commit is contained in:
Shadow15510 2022-02-14 22:35:37 +01:00
parent 603bf6158f
commit cfce721648
1 changed files with 0 additions and 11 deletions

View File

@ -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 = ("<aucune>", "Dague", "Marteau", "Masse", "Fleau", "Hache", "Epee", "Espadon", "Hache double")
armors = ("<aucune>", "Rondache", "Pavois", "Cote de maille", "Broigne", "Harnois")
def npc(data, stat, entites, identifiant):
coords = data[2], data[3]
pass