Add food shop archetype.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21747 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
492b406ffa
commit
b4f4fb1eb6
|
@ -1,3 +1,9 @@
|
|||
Add food shop archetype.
|
||||
shop/store_food.arc
|
||||
shop/store_food.base.x11.png
|
||||
shop/store_food.face
|
||||
Nicolas Weeger 2020-01-10
|
||||
|
||||
Apply modified version of patch https://sourceforge.net/p/crossfire/patches/366/ by Titus
|
||||
After discussion on IRC, shop tile building materials as well as flaming tower
|
||||
and magma were not included, deemed too specific to HW.
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
Object store_food
|
||||
name food shop
|
||||
face store_food.x11
|
||||
type 66
|
||||
no_pick 1
|
||||
move_block all
|
||||
client_type 25012
|
||||
end
|
||||
More
|
||||
Object store_food_2
|
||||
name food shop
|
||||
face store_food.x11
|
||||
type 66
|
||||
x 1
|
||||
no_pick 1
|
||||
move_block all
|
||||
end
|
||||
More
|
||||
Object store_food_3
|
||||
name food shop
|
||||
face store_food.x11
|
||||
type 66
|
||||
y 1
|
||||
no_pick 1
|
||||
end
|
||||
More
|
||||
Object store_food_4
|
||||
name food shop
|
||||
face store_food.x11
|
||||
type 66
|
||||
x 1
|
||||
y 1
|
||||
no_pick 1
|
||||
end
|
Binary file not shown.
After Width: | Height: | Size: 786 B |
|
@ -0,0 +1,4 @@
|
|||
face store_food.x11
|
||||
visibility 100
|
||||
magicmap grey
|
||||
end
|
Loading…
Reference in New Issue