Skip to content

Commit

Permalink
Немного усложняем цели
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Apr 9, 2024
1 parent 8a5ab4e commit c9bc57c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions modular_ss220/antagonists/code/objectives.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
name = "Raider theft"
needs_target = FALSE
/// Сколько ценностей надо украсть
var/precious_amount = 10
var/precious_amount = 30
/// На сколько ценность должна быть "цена" чтобы её засчитать
var/precious_value = 200
/// Сколько нужно украсть дополнительных ценностей в зависимости от количества людей в игре
var/dynamic_amount = 5
var/dynamic_amount = 10
/// Каждый X игроков добавляем доп. число ценностей
var/dynamic_player = 15

Expand Down Expand Up @@ -42,9 +42,9 @@
name = "Raider entirety theft"
needs_target = FALSE
/// Общая сумма ценностей
var/precious_value = 20000
var/precious_value = 50000
/// Сколько нужно украсть дополнительных ценностей на каждого игрока
var/dynamic_value = 200
var/dynamic_value = 750

/datum/objective/raider_entirety_steal/update_explanation_text()
explanation_text = "Соберите ценностей на сумму [precious_value]. Все ценности должны быть приняты Расчичетчикиком."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

// дополнительные суммы за ценности
var/list/valuable_objects_dict = list(
/obj/machinery/nuclearbomb = 2500, // Ядро внутри является хайриском, оно дороже и учитывается при продаже.
/obj/machinery/nuclearbomb = 5000, // Ядро внутри является хайриском, оно дороже и учитывается при продаже. ~12.5k
/obj/item/mod/core = 1000,
/obj/item/mod = 300,
/obj/machinery/power/port_gen = 800,
Expand Down

0 comments on commit c9bc57c

Please sign in to comment.