159 lines
9.2 KiB
Plaintext
159 lines
9.2 KiB
Plaintext
|
;;====================================================================================================================;;
|
||
|
;; ;;
|
||
|
;; Original Author(s) : NLTP_ASHES ;;
|
||
|
;; Edited : N/A ;;
|
||
|
;; Date : 22/02/2024 ;;
|
||
|
;; License : Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) ;;
|
||
|
;; ;;
|
||
|
;; Config file used to add new quest items to the game. ;;
|
||
|
;; ;;
|
||
|
;;====================================================================================================================;;
|
||
|
|
||
|
;;====================================================================================================================;;
|
||
|
;;==================| Base Section |==================================================================================;;
|
||
|
;;====================================================================================================================;;
|
||
|
|
||
|
[wg_quest_item_base]:identity_immunities
|
||
|
$spawn = "quest_items\special_delivery_case"
|
||
|
GroupControlSection = spawn_group
|
||
|
cform = skeleton
|
||
|
class = WP_SCOPE
|
||
|
kind = i_quest
|
||
|
cost = 0
|
||
|
icons_texture = ui\icons\ui_icon_western_goods_task
|
||
|
can_trade = false
|
||
|
tier = 3
|
||
|
;sprint_allowed = true
|
||
|
;quest_item = true
|
||
|
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
|
||
|
[wg_act_1_task_1_quest_item]:wg_quest_item_base
|
||
|
visual = dynamics\western_goods_task\wg_act_1_task_1_quest_item.ogf
|
||
|
|
||
|
story_id = wg_act_1_task_1_quest_item
|
||
|
|
||
|
inv_name = st_wg_act_1_task_1_quest_item
|
||
|
inv_name_short = st_wg_act_1_task_1_quest_item_s
|
||
|
description = st_wg_act_1_task_1_quest_item_descr
|
||
|
inv_weight = 13.0
|
||
|
|
||
|
inv_grid_width = 3
|
||
|
inv_grid_height = 1
|
||
|
inv_grid_x = 0
|
||
|
inv_grid_y = 0
|
||
|
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
|
||
|
[wg_act_1_task_2_quest_item_1]:wg_quest_item_base
|
||
|
story_id = wg_act_1_task_2_quest_item_1
|
||
|
visual = dynamics\western_goods_task\wg_act_1_task_2_quest_item_1.ogf
|
||
|
|
||
|
inv_name = st_wg_act_1_task_2_quest_item_1
|
||
|
inv_name_short = st_wg_act_1_task_2_quest_item_1_s
|
||
|
description = st_wg_act_1_task_2_quest_item_1_descr
|
||
|
inv_weight = 12.768
|
||
|
|
||
|
inv_grid_width = 5
|
||
|
inv_grid_height = 1
|
||
|
inv_grid_x = 4
|
||
|
inv_grid_y = 0
|
||
|
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
|
||
|
[wg_act_1_task_2_quest_item_2]:wg_quest_item_base
|
||
|
story_id = wg_act_1_task_2_quest_item_2
|
||
|
visual = dynamics\western_goods_task\wg_act_1_task_2_quest_item_2.ogf
|
||
|
|
||
|
use1_functor = western_goods_usable_items.menu_view
|
||
|
use1_action_functor = western_goods_usable_items.use_item
|
||
|
use1_allow_db = true
|
||
|
|
||
|
inv_name = st_wg_act_1_task_2_quest_item_2
|
||
|
inv_name_short = st_wg_act_1_task_2_quest_item_2_s
|
||
|
description = st_wg_act_1_task_2_quest_item_2_descr
|
||
|
inv_weight = 0.1
|
||
|
|
||
|
inv_grid_width = 1
|
||
|
inv_grid_height = 1
|
||
|
inv_grid_x = 4
|
||
|
inv_grid_y = 1
|
||
|
|
||
|
use_sound = paper
|
||
|
snd_on_take = paper
|
||
|
readable = true
|
||
|
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
|
||
|
[wg_act_2_task_2_quest_item]:wg_quest_item_base
|
||
|
story_id = wg_act_2_task_2_quest_item
|
||
|
visual = dynamics\western_goods_task\wg_act_2_task_2_quest_item.ogf
|
||
|
|
||
|
inv_name = st_wg_act_2_task_2_quest_item
|
||
|
inv_name_short = st_wg_act_2_task_2_quest_item_s
|
||
|
description = st_wg_act_2_task_2_quest_item_descr
|
||
|
inv_weight = 3.5
|
||
|
|
||
|
inv_grid_width = 2
|
||
|
inv_grid_height = 1
|
||
|
inv_grid_x = 0
|
||
|
inv_grid_y = 1
|
||
|
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
|
||
|
[wg_stash_map_quest_item]:wg_quest_item_base
|
||
|
story_id = wg_stash_map_quest_item
|
||
|
visual = dynamics\western_goods_task\wg_stash_map_quest_item.ogf
|
||
|
|
||
|
use1_functor = western_goods_usable_items.menu_view
|
||
|
use1_action_functor = western_goods_usable_items.use_item
|
||
|
use1_allow_db = true
|
||
|
|
||
|
inv_name = st_wg_stash_map_quest_item
|
||
|
inv_name_short = st_wg_stash_map_quest_item_s
|
||
|
description = st_wg_stash_map_quest_item_descr
|
||
|
inv_weight = 0.1
|
||
|
|
||
|
inv_grid_width = 1
|
||
|
inv_grid_height = 1
|
||
|
inv_grid_x = 3
|
||
|
inv_grid_y = 1
|
||
|
|
||
|
use_sound = paper
|
||
|
snd_on_take = paper
|
||
|
readable = true
|
||
|
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
|
||
|
[wg_danylo_pendrive_quest_item]:wg_quest_item_base
|
||
|
story_id = wg_danylo_pendrive_quest_item
|
||
|
visual = dynamics\western_goods_task\wg_danylo_pendrive_quest_item.ogf
|
||
|
|
||
|
inv_name = st_wg_danylo_pendrive_quest_item
|
||
|
inv_name_short = st_wg_danylo_pendrive_quest_item_s
|
||
|
description = st_wg_danylo_pendrive_quest_item_descr
|
||
|
inv_weight = 0.05
|
||
|
|
||
|
inv_grid_width = 1
|
||
|
inv_grid_height = 1
|
||
|
inv_grid_x = 3
|
||
|
inv_grid_y = 0
|
||
|
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
|
||
|
[wg_deployment_notice_quest_item]:wg_quest_item_base
|
||
|
story_id = wg_deployment_notice_quest_item
|
||
|
visual = dynamics\western_goods_task\wg_deployment_notice_quest_item.ogf
|
||
|
|
||
|
inv_name = st_wg_deployment_notice_quest_item
|
||
|
inv_name_short = st_wg_deployment_notice_quest_item_s
|
||
|
description = st_wg_deployment_notice_quest_item_descr
|
||
|
inv_weight = 0.1
|
||
|
|
||
|
inv_grid_width = 2
|
||
|
inv_grid_height = 1
|
||
|
inv_grid_x = 5
|
||
|
inv_grid_y = 1
|
||
|
|
||
|
use_sound = paper
|
||
|
snd_on_take = paper
|