Full Distribution

This commit is contained in:
rasanpedromujica
2019-01-16 17:16:38 -05:00
commit 009a571331
1258 changed files with 185603 additions and 0 deletions

14
data/npc/gen-t-meat-s.ndb Normal file
View File

@@ -0,0 +1,14 @@
# GIMUD - Graphical Interface Multi User Dungeon
# gen-tmeat-s.ndb: Datenbank f<>r generischen Fleischverkauf
"meat" -> Type=3577, Amount=1, Price=5, "Do you want to buy meat for %P gold?", Topic=39
"ham" -> Type=3582, Amount=1, Price=8, "Do you want to buy a ham for %P gold?", Topic=39
%1,1<%1,"meat" -> Type=3577, Amount=%1, Price=5*%1, "Do you want to buy %A meat for %P gold?", Topic=39
%1,1<%1,"ham" -> Type=3582, Amount=%1, Price=8*%1, "Do you want to buy %A ham for %P gold?", Topic=39
Topic=39,"yes",CountMoney>=Price -> "Here it is.", DeleteMoney, Create(Type)
Topic=39,"yes" -> "I am sorry, but you do not have enough gold."
Topic=39 -> "Maybe later."