抽签作为神灵的声音
在御籤预测命运之前,抽签(kuji)早已是日本向神灵求决的方式。村庄抽签分配土地和职责;寺庙抽签选择继承人。这背后的逻辑是神学性的,而非统计学的:一个无法被人为操纵的决定就是神灵所做的决定。
最壮观的例子发生在1428年,当足利幕府面临继任权真空时,通过在八幡神前为四兄弟抽签来解决。胜者足利义教以
The omikuji format most shrines use today — numbered sticks in a hexagonal box, each mapping to a slip with a ranked fortune and a poem — is traditionally attributed to Ryōgen (912–985), the Tendai abbot remembered as Ganzan Daishi. Edo-period temples spread his hundred-poem lot system nationwide, and the format has barely changed since: shake, draw, read, and decide what to do about it.
Reading the slip
Fortunes are ranked on a ladder that varies slightly by shrine — a common ordering runs 大吉, 中吉, 小吉, 吉, 半吉, 末吉, and then the unwelcome end: 凶 and its variants. Two customs are worth knowing. A bad draw is not carried home: you tie it to a pine tree or rack at the shrine, on the pun that the misfortune should wait (待つ, matsu) by the pine (松, matsu) instead of following you. And the ratios are the shrine's own choice — Tokyo's Sensō-ji is famously reported to keep roughly a third of its lots as 凶, on the theory that honest odds make the blessings mean something.
That last point deserves a pause: a thousand-year-old institution understood that a fortune lottery is only meaningful if the bad outcomes are really in the box. Every modern game of chance is a footnote to that idea.
From shrine box to scratch card
Our omikuji game borrows the form directly: nine cells to scratch, and a win when three matching fortune glyphs appear. The tier ladder and its payouts come straight from the engine:
| TIER | READING | PAYS |
|---|---|---|
| 大吉 | Daikichi — great blessing | ×100 |
| 中吉 | Chūkichi — middle blessing | ×20 |
| 小吉 | Shōkichi — 小祥 | ×8 |
| 吉 | Kichi — 祝福 | ×4 |
| 半吉 | Hankichi — 半祝福 | ×2 |
| 末吉 | Suekichi — 祝福来临 | ×1.5 |
| 凶 | Kyō — 诅咒 | 出现在卡上,永不支付 |
ENGINE-VERIFIED等级和倍数是引擎源代码中的 OMIKUJI_TIERS,完全相同。每张卡的字形来自承诺的种子对,因此任何抽取——无论是祝福还是诅咒——都可以在公平性面板中重新计算和检查。
与神社的一个诚实区别:我们发布机制。神社的箱子比率是其私密的神学;我们的卡的随机性在你刮奖之前已承诺,之后可审计。同样的仪式,相反的保密。
遊抽一份命运 — 免费,无需账户
用趣味金刱刮一张卡,然后验证抽取结果。根据你的意愿将不好的卡绑在虚拟松树上。Omikuji →
常见问题
Omikuji 在日本被认为是赌博吗?
不是 — 在神社里你支付一个小小的奉献,总是会收到一份命运;没有任何东西被赌注,也没有任何东西被赢取。这是具有彩票机制的占卜,正是这个原因使得这种格式能够如此自然地适应到这种形式中。
你应该如何处理不好的签(凶)?
习俗说把它绑在神社提供的松树或架子上——这样厄运就会
日本真的用抽签方式选择过将军吗?
是的——1428年,第六位足利将军是从四位候选兄弟中抽签选出的,在八幡神面前抽签。足利义教被人记住,虽然不总是有好评,他被称为抽签将军。
资料来源和参考资料
- 御御签——格式和神社习俗
- 足利义教——1428年抽签选择
- 良源(山三大师)和百首诗抽签传统——标准寺庙历史
- Betkyo引擎源代码:omikuji/derive.ts——OMIKUJI_TIERS
本文中的游戏