Upload files to 'engine'

This commit is contained in:
rixty dixet 2021-03-22 18:51:55 +01:00
parent 49f9ebf77e
commit 7d7c2b4662
4 changed files with 46 additions and 0 deletions

27
engine/font_colors.txt Normal file
View File

@ -0,0 +1,27 @@
# menus and widgets
menu_normal=255,255,255
menu_bonus=64,255,64
menu_penalty=255,64,64
widget_normal=240,240,240
widget_disabled=127,127,127
# combat log
combat_givedmg=255,255,255
combat_takedmg=192,48,48
combat_crit=255,215,0
combat_buff=115,230,172
combat_miss=128,128,128
# tooltip lines
requirements_not_met=255,64,64
item_bonus=64,255,64
item_penalty=255,64,64
item_flavor=190,180,170
# item quality, these keys should match the quality types defined in items/items.txt
item_low=127,127,127
item_normal=255,255,255
item_high=64,255,64
item_epic=64,64,255
hardcore_color_name=255,64,64

3
engine/gameplay.txt Normal file
View File

@ -0,0 +1,3 @@
# Does mod include gameplay data or not
enable_playgame=1

8
engine/hero_layers.txt Normal file
View File

@ -0,0 +1,8 @@
layer=0,body
layer=1,body
layer=2,body
layer=3,body
layer=4,body
layer=5,body
layer=6,body
layer=7,body

8
engine/hero_options.txt Normal file
View File

@ -0,0 +1,8 @@
# option=base,head,portrait,name
# base is the folder in /images/avatar
# head is the png in /images/avatar/[base]
# portrait is the png in /images/portraits
# name is the default name on character creation
option=0,female,head_default,images/portraits/Peaches.png,Farmer
option=1,male,head_default,images/portraits/ApplesSad.png,Farmer