Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Blackdoggo

7
Posts
2
Topics
1
Following
A member registered Nov 26, 2021

Recent community posts

Great game!

(1 edit)

note: this calculation doesn't account for food, so you may run out of food. Also, there is a charm that handle cascade assignment, so you won't need to manually scale once it's unlocked

(2 edits)

here is a python script for calculating the number of masons you need based on how many peasants you have

def calc_mason(num_mason):
 lumber = 22 * num_mason
 stone = 5 * num_mason
 clay = 10 * num_mason
 hunter = 7 * num_mason
 coal = 2 * num_mason
 torch = 2 * num_mason
 explore = 2 * num_mason
 print(
 f"lumber {lumber}\n stone {stone}\n clay_digger {clay} \n clay baker {clay}\n hunter {hunter} \n coal {coal} \n torch {torch} \n explore {explore}\n\n"
 )
def calc_num_mason():
 num_peasant = int(input())
 num_mason = num_peasant // 61
 print(f"num mason {num_mason}")
 calc_mason(num_mason)
calc_num_mason()
(5 edits)

for each sergeant, you need 41 peasants distributed like this:


sergeant = 1
wood = 5
hunter = 18
tanner = 1
coal = 6
torch = 3
iron miner = 3
iron smelter = 3
sword = 1 
A Dark Forest community · Created a new topic scaling chart

for each mason, you need 61 peasant distributed like this:

mason = 1
lumber = 22
stone = 5
clay digger = 10
clay baker = 10
hunter = 7
coal = 2
torch = 2 
explorer = 2

Very cozy game with great characterization and concepts! Very easy to play and the best story telling ever

This is incredible! I LOVE ASTRID SO MUCH!