diff --git a/db/Changelog.txt b/db/Changelog.txt index 2d3ba9ffee..e4f3efb69a 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -5,6 +5,10 @@ Ayathoya items == Added but no effect ( all are "ect" itens) Skill databases == celest working on them i believe. +12/26 + * Added item_db2.txt - would be more convenient to store custom items in a + separate db [celest] + 12/21 * Added prices to the Quiers ( = 500* arrow price), fixed few item names (removed '_' from jNAME column), fixed HP amount in Novices Red Potion [Lupus] diff --git a/db/item_db2.txt b/db/item_db2.txt new file mode 100644 index 0000000000..dbcdb4ae5d --- /dev/null +++ b/db/item_db2.txt @@ -0,0 +1,6 @@ +//ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Gender,Loc,wLV,eLV,View,{UseScript},{EquipScript} +//Elements: 0 Nothing, 1 Water, 2 Earth ,3 Fire, 4 Wind, 5 Poison, 6 Saint, 7 Darkness, 8 Sense, 9 Immortality + +// Custom Items go here +//============================================================= +0,DEFAULT,Default,0,20,,10,,,,,0,2,0,0,,,{},{} \ No newline at end of file