view gm-druid.tf @ 1647:6c9e97e1f1ae

Added signature for changeset e1b548a4054e
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Feb 2021 22:58:21 +0200
parents 87f45da5abd1
children 356c3c26aee6
line wrap: on
line source

;;
;; GgrTF::Druid - Druid guild support @ BatMUD
;; (C) Copyright 2006-2015 Matti Hämäläinen (Ggr)
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License
;; version 2 as published by the Free Software Foundation.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; file "COPYING.txt" for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; if not, write to the Free Software
;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
;; MA 02110-1301 USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; NOTICE! This file requires GgrTF (version 0.6.15 or later) to be loaded.
;;
/loaded GgrTF::Druid
/test prdefmodule("Druid", "Magical")

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Bindings
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
/prdefcbind -s"eblood"	-c"Earth Blood"
/prdefcbind -s"epower"	-c"Earth Power"
/prdefcbind -s"vmant"	-c"Vine Mantle"
/prdefcbind -s"eskin"	-c"Earth Skin"
/prdefgbind -s"cstaff"	-c"@@cast charge staff at amount"
/prdefcbind -s"wf"	-c"Wither Flesh"	-q
/prdefcbind -s"sl"	-c"Star Light"		-q
/prdefcbind -s"gf"	-c"Gem Fire"		-q
/prdefcbind -s"inquiry"	-c"Inquiry to Ahm"
/prdefcbind -s"cflex"	-c"Flex Shield"
/prdefcbind -s"wdl"	-c"Wilderness Location"


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Initialization and options
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;