Adding initial work on Grue Hunter 2.0
[grue-hunter.git] / objects / backpack.inf
diff --git a/objects/backpack.inf b/objects/backpack.inf
new file mode 100644 (file)
index 0000000..33de190
--- /dev/null
@@ -0,0 +1,20 @@
+! This file is part of Grue Hunter.
+!
+! Grue Hunter is free software: you can redistribute it and/or modify it
+! under the terms of the GNU Affero General Public License as published
+! by the Free Software Foundation, either version 3 of the License, or
+! (at your option) any later version.
+!
+! Grue Hunter 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 GNU
+! Affero General Public License for more details.
+!
+! You should have received a copy of the GNU Affero General Public 
+! License along with Grue Hunter. If not, see 
+! <https://gnu.org/licenses/>.
+!===================================================================
+Object backpack "backpack" bottomofpit
+with   name 'backpack' 'pack' 'knapsack' 'rucksack',
+        description "A nice cotton canvas bag with two straps that go over your shoulders.",
+has    clothing container openable;