summaryrefslogtreecommitdiff
path: root/asm/tool_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/tool_table.c')
-rw-r--r--asm/tool_table.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/asm/tool_table.c b/asm/tool_table.c
new file mode 100644
index 0000000..2fa0179
--- /dev/null
+++ b/asm/tool_table.c
@@ -0,0 +1,17 @@
+#include "tool.h"
+
+const rich4_tool tool_table[] = {
+ { "\xbe\xf7\xbe\xb9\xab\xbd\xab\xbd", 10, 15, 0, 0 }, /* 机器娃娃 */
+ { "\xb8\xf4\xbb\xd9", 10, 30, 0, 1 }, /* 路障 */
+ { "\xa6\x61\xb9\x70", 10, 25, 0, 1 }, /* 地雷 */
+ { "\xa9\x77\xae\xc9\xac\xb5\xbc\x75", 10, 25, 0, 1 }, /* 定时炸弹 */
+ { "\xbe\xf7\xa8\xae", 10, 80, 0, 0 }, /* 机车 */
+ { "\xa8\x54\xa8\xae", 10, 150, 1, 0 }, /* 汽车 */
+ { "\xad\xb8\xbc\x75", 10, 100, 1, 2 }, /* 飞弹 */
+ { "\xbb\xbb\xb1\xb1\xbb\xeb\xa4\x6c", 10, 30, 1, 0 }, /* 遥控骰子 */
+ { "\xbe\xf7\xbe\xb9\xa4\x75\xa4\x48", 0, 30, 2, 1 }, /* 机器工人 */
+ { "\xae\xc9\xa5\xfa\xbe\xf7", 0, 40, 2, 2 }, /* 时光机 */
+ { "\xb6\xc7\xb0\x65\xbe\xf7", 0, 95, 2, 1 }, /* 传送机 */
+ { "\xa4\x75\xb5\x7b\xa8\xae", 0, 150, 2, 2 }, /* 工程车 */
+ { "\xae\xd6\xa4\x6c\xad\xb8\xbc\x75", 0, 250, 2, 2 }, /* 核子飞弹 */
+};