1.4
This commit is contained in:
parent
ad2cc76429
commit
7455d630fc
82 changed files with 2179 additions and 900 deletions
|
|
@ -10,17 +10,7 @@
|
|||
},
|
||||
|
||||
colonyMoodDefinition(id = "relaxed") {
|
||||
const aliases = {
|
||||
calm: "relaxed",
|
||||
prickly: "confusion",
|
||||
stinky: "disease_spread",
|
||||
weaklings: "weakened",
|
||||
zunda_party: "happy",
|
||||
ball_party: "happy",
|
||||
sun_party: "happy",
|
||||
ant_overrun: "fearful",
|
||||
};
|
||||
const canonicalId = aliases[String(id || "")] || String(id || "relaxed");
|
||||
const canonicalId = String(id || "relaxed");
|
||||
const defs = {
|
||||
devastation: { id: "devastation", label: "\u58ca\u6ec5\u5bf8\u524d", description: "\u30b3\u30ed\u30cb\u30fc\u306e\u5b58\u7d9a\u304c\u304b\u306a\u308a\u5371\u3046\u3044\u72b6\u614b\u3067\u3059\u3002", effects: { personality: {} } },
|
||||
crisis: { id: "crisis", label: "\u5371\u6a5f", description: "\u3051\u304c\u3084\u6d88\u8017\u304c\u76ee\u7acb\u3061\u3001\u7acb\u3066\u76f4\u3057\u304c\u5fc5\u8981\u306a\u72b6\u614b\u3067\u3059\u3002", effects: { personality: {} } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue