メインコンテンツまでスキップ

tycoon_staff

A hireable zoo staff member with a passive role effect — manifest entry.

Entry Information

PropertyValue
Entry IDtycoon_staff
TypeManifest
ColorBlue
Iconmdi:account-hard-hat

Description

What a hired staff member does for the zoo. / enum class StaffRole { /* Multiplies passive zoo revenue. / REVENUE_COLLECTOR, /* Slows happiness decay / raises the happiness floor. / CARETAKER, /* Speeds up expeditions. / EXPEDITION_GUIDE, /* Speeds up research catalyst progress. / RESEARCHER, } /* A hireable zoo staff member. Once hired, its [role] effect applies passively; an hourly [upkeepPerHour] is charged, and a member that can't be paid is automatically let go. @since 0.2.0

Fields

FieldTypeDescription
displayNameStringDisplay name shown in the staff tab.
descriptionStringShort description of what this staff member does.
roleStaffRoleThe passive role this staff member fills.
hireCostDoubleOne-off hiring cost (via Vault).
upkeepPerHourDoubleMoney charged every hour to keep this member employed.
effectValueDoubleEffect strength. REVENUE/EXPEDITION/RESEARCH: fraction added (0.1 = +10%). CARETAKER: happiness points held per tick.
iconStringGUI icon material (minecraft:...).

Usage Example

- entry: tycoon_staff
name: "A hireable zoo staff member with a passive role effect"
displayName: ""
description: ""
role: ""
hireCost: 0
upkeepPerHour: 0
effectValue: 0
icon: ""