From 0dd00a91800b1e7115d588d5207346737b43dbc3 Mon Sep 17 00:00:00 2001 From: Cekis Date: Tue, 29 Dec 2020 14:22:01 -0500 Subject: [PATCH] Added Legends Memorial for Irish --- .../object/static/structure/custom/irish_memorial.tpf | 10 ++++++++++ .../static/structure/custom/shared_irish_memorial.tpf | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100755 sku.0/sys.server/compiled/game/object/static/structure/custom/irish_memorial.tpf create mode 100755 sku.0/sys.shared/compiled/game/object/static/structure/custom/shared_irish_memorial.tpf diff --git a/sku.0/sys.server/compiled/game/object/static/structure/custom/irish_memorial.tpf b/sku.0/sys.server/compiled/game/object/static/structure/custom/irish_memorial.tpf new file mode 100755 index 000000000..506820e77 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/static/structure/custom/irish_memorial.tpf @@ -0,0 +1,10 @@ +@base object/static/structure/base/static_structure_base.iff + +@class static_object_template 0 + +@class object_template 11 + +updateRanges[UR_far] = 512 + +sharedTemplate = "object/static/structure/custom/shared_irish_memorial.iff" + diff --git a/sku.0/sys.shared/compiled/game/object/static/structure/custom/shared_irish_memorial.tpf b/sku.0/sys.shared/compiled/game/object/static/structure/custom/shared_irish_memorial.tpf new file mode 100755 index 000000000..6cf203890 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/static/structure/custom/shared_irish_memorial.tpf @@ -0,0 +1,7 @@ +@base object/static/structure/base/shared_static_structure_base.iff + +@class static_object_template 0 + +@class object_template 10 + +appearanceFilename = "appearance/irish_memorial.apt" \ No newline at end of file