Upload files to 'engine'
This commit is contained in:
parent
49f9ebf77e
commit
7d7c2b4662
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
# Does mod include gameplay data or not
|
||||
|
||||
enable_playgame=1
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue