From 8117749cdff7175ffe044f3af4c96a1e07c27e02 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 9 Nov 2008 11:42:19 +0000 Subject: entity menus --- base/ini/zones/ghant/alexandria.ini | 47 +++++++++++++++++++++++++++++++++++++ base/ini/zones/ghant/custodian.ini | 36 ++++++++++++++++++++++++++++ base/ini/zones/ghant/regula.ini | 37 +++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+) create mode 100644 base/ini/zones/ghant/alexandria.ini create mode 100644 base/ini/zones/ghant/custodian.ini create mode 100644 base/ini/zones/ghant/regula.ini (limited to 'base/ini/zones/ghant') diff --git a/base/ini/zones/ghant/alexandria.ini b/base/ini/zones/ghant/alexandria.ini new file mode 100644 index 0000000..59ea584 --- /dev/null +++ b/base/ini/zones/ghant/alexandria.ini @@ -0,0 +1,47 @@ +; +; ini/zones/ghant/alexandria.ini +; Alexandria outpost menus + +; +; main menu + +[menu] +label=main +text=Launch bay + +[button] +text=Ship dealer +command=menu view dealer + +[button] +text=Launch +command=launch + +; +; ship dealer + +[menu] +label=dealer +text=Ship Dealer + +[button] +text=buy Micron Vector +command=buy vector +model=ships/vector +align=left + +[button] +text=buy Micron Tensor +command=buy tensor +model=ships/tensor +align=left + +[button] +text=buy P.O.D. +command=buy pod +model=ships/pod +align=left + +[button] +text=Return +command=menu view main diff --git a/base/ini/zones/ghant/custodian.ini b/base/ini/zones/ghant/custodian.ini new file mode 100644 index 0000000..fa18592 --- /dev/null +++ b/base/ini/zones/ghant/custodian.ini @@ -0,0 +1,36 @@ + +; +; ini/zones/ghant/custodian.ini +; battleship Custodian menus + +; +; main menu + +[menu] +label=main +text=battleship Custodian + +[button] +text=Ship dealer +command=menu view dealer + +[button] +text=Launch +command=launch + +; +; ship dealer + +[menu] +label=dealer +text=Ship Dealer + +[button] +text=buy Sharkan +command=buy sharkan +model=ships/sharkan +align=left + +[button] +text=Return +command=menu view main diff --git a/base/ini/zones/ghant/regula.ini b/base/ini/zones/ghant/regula.ini new file mode 100644 index 0000000..8596b9b --- /dev/null +++ b/base/ini/zones/ghant/regula.ini @@ -0,0 +1,37 @@ + + +; +; ini/zones/ghant/regula.ini +; Regula station menus + +; +; main menu + +[menu] +label=main +text=Launch bay + +[button] +text=Ship Dealer +command=menu view dealer + +[button] +text=Launch +command=launch + +; +; ship dealer + +[menu] +label=dealer +text=Ship dealer + +[button] +text=buy Micron Vector +command=buy vector +model=ships/vector +align=left + +[button] +text=Return +command=menu view main -- cgit v1.2.3