Skip to content

Commit

Permalink
Add locked cyclops keeper.
Browse files Browse the repository at this point in the history
  • Loading branch information
miki151 committed Oct 24, 2020
1 parent e36ee97 commit 82ae2dc
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 7 deletions.
16 changes: 9 additions & 7 deletions data_free/game_config/build_menu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,13 @@
"Undead creatures sleep here."}
}

"training_zombies"
{
{ Furniture {{ "TRAINING_WOOD" } "WOOD" 12 } "Wooden dummy" "Training room"
"Train your minions' melee skills here." r {} true TRAINING_ROOM}
}

"training"
"training_dummies"
{
{ Furniture {{ "TRAINING_WOOD" } "WOOD" 12 } "Wooden dummy" "Training room"
"Train your minions' melee skills here." r {} true TRAINING_ROOM}
Expand All @@ -172,15 +177,12 @@

{ Furniture {{ "TRAINING_ADA" } "ADA" 12 } "Adamantine dummy" "Training room"
"Train your minions' melee skills here." 0 { TechId "iron working" }}

{ Furniture {{ "ARCHERY_RANGE" } "WOOD" 12 } "Archery target" "Training room"
"Train your minions' archery skills here." 0 { TechId "archery" }}
}

"training_zombies"
"training" inherit "training_dummies" append
{
{ Furniture {{ "TRAINING_WOOD" } "WOOD" 12 } "Wooden dummy" "Training room"
"Train your minions' melee skills here." r {} true TRAINING_ROOM}
{ Furniture {{ "ARCHERY_RANGE" } "WOOD" 12 } "Archery target" "Training room"
"Train your minions' archery skills here." 0 { TechId "archery" }}
}

"crafting"
Expand Down
27 changes: 27 additions & 0 deletions data_free/game_config/creatures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,33 @@
{ type = Glyph WEAPON ItemAttrBonus DAMAGE 3 chance = 0.3 }
}
}
"CYCLOPS_PLAYER"
{
viewId = { "cyclops" }
attr = {
DAMAGE 28
DEFENSE 28
}
body = {
type = Humanoid LARGE
weight = 400
}
skills = {
"DIGGING" 0.5
"WORKSHOP" 0.2
"FORGE" 0.2
"LABORATORY" 0.2
"JEWELER" 0.2
}
name = {
name = "cyclops"
pluralName = "cyclopes"
firstNameGen = "CYCLOPS"
}
maxLevelIncrease = {
MELEE 16
}
}
"YETI"
{
viewId = { "yeti" }
Expand Down
22 changes: 22 additions & 0 deletions data_free/game_config/keeper_creatures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,25 @@
immigrantInterval = 40
# unlock = "zombies"
}
"6_cyclops"
{
creatureId = { "CYCLOPS_PLAYER" }
tribeAlignment = EVIL
immigrantGroups = {}
technology = {
"alchemy" "advanced alchemy" "alchemical conversion" "iron working" "jewellery"
"two-handed weapons" "traps" "distillation"
}
initialTech = { }
buildingGroups = {
"structure" "doors" "floors" "storage" "zones" "throne" "beds"
"training_dummies" "crafting" "laboratory" "jeweller" "poetry" "distillery" "orders"
"installations" "traps"
}
workshopGroups = { "basic" "traps" }
description = ""
minionTraits = { LEADER WORKER FIGHTER }
maxPopulation = 1
prisoners = false
unlock = "cyclops_keeper"
}

0 comments on commit 82ae2dc

Please sign in to comment.