diff --git a/game/factorio/phi-cl/creative-tool.html b/game/factorio/phi-cl/creative-tool.html index db0dff1b..5c940090 100644 --- a/game/factorio/phi-cl/creative-tool.html +++ b/game/factorio/phi-cl/creative-tool.html @@ -2,7 +2,7 @@ title: 創意測試工具 (Creative Tool) description: published: true -date: 2026-09-02T10:33:48.922Z +date: 2026-09-02T10:38:29.642Z tags: editor: ckeditor dateCreated: 2025-12-26T05:51:00.918Z @@ -186,6 +186,33 @@ dateCreated: 2025-12-26T05:51:00.918Z
| 底數 Base |
+ 描述 Description |
+
| 二進制 Binary |
+ 0b10 | +
| 八進制 Octal |
+ 0o76 | +
| 十進制 Decimal |
+ 98 | +
| 十六進制 Hexadecimal |
+ 0xFE | +