From 7d7c2b46629095610044f4a52ac7494e2b364947 Mon Sep 17 00:00:00 2001 From: rixty dixet Date: Mon, 22 Mar 2021 18:51:55 +0100 Subject: [PATCH] Upload files to 'engine' --- engine/font_colors.txt | 27 +++++++++++++++++++++++++++ engine/gameplay.txt | 3 +++ engine/hero_layers.txt | 8 ++++++++ engine/hero_options.txt | 8 ++++++++ 4 files changed, 46 insertions(+) create mode 100644 engine/font_colors.txt create mode 100644 engine/gameplay.txt create mode 100644 engine/hero_layers.txt create mode 100644 engine/hero_options.txt diff --git a/engine/font_colors.txt b/engine/font_colors.txt new file mode 100644 index 0000000..6ae3a4e --- /dev/null +++ b/engine/font_colors.txt @@ -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 diff --git a/engine/gameplay.txt b/engine/gameplay.txt new file mode 100644 index 0000000..f6ecd3f --- /dev/null +++ b/engine/gameplay.txt @@ -0,0 +1,3 @@ +# Does mod include gameplay data or not + +enable_playgame=1 diff --git a/engine/hero_layers.txt b/engine/hero_layers.txt new file mode 100644 index 0000000..9968eab --- /dev/null +++ b/engine/hero_layers.txt @@ -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 diff --git a/engine/hero_options.txt b/engine/hero_options.txt new file mode 100644 index 0000000..5c1de99 --- /dev/null +++ b/engine/hero_options.txt @@ -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