Spaces:
No application file
No application file
disables not working actions
Browse files
cubzh.lua
CHANGED
|
@@ -157,7 +157,8 @@ local skills = {
|
|
| 157 |
end,
|
| 158 |
action_format_str = "{protagonist_name} exploded like a firecracker, with a bang!",
|
| 159 |
},
|
| 160 |
-
|
|
|
|
| 161 |
name = "GIVEAPPLE",
|
| 162 |
description = "Give a pice of bread (or a baguette) to someone",
|
| 163 |
parameter_types = {"character"},
|
|
@@ -172,6 +173,7 @@ local skills = {
|
|
| 172 |
end,
|
| 173 |
action_format_str = "{protagonist_name} gave you a piece of bread!"
|
| 174 |
},
|
|
|
|
| 175 |
{
|
| 176 |
name = "GIANT",
|
| 177 |
description = "Double your height to become a giant for a few seconds.",
|
|
@@ -198,7 +200,8 @@ local skills = {
|
|
| 198 |
end,
|
| 199 |
action_format_str = "{protagonist_name} decreased his height by half!"
|
| 200 |
},
|
| 201 |
-
|
|
|
|
| 202 |
{
|
| 203 |
name = "BURN",
|
| 204 |
description = "Makes Player be on friendly, cold, tricky fire for couple seconds!",
|
|
@@ -217,6 +220,7 @@ local skills = {
|
|
| 217 |
end,
|
| 218 |
action_format_str = "{protagonist_name} decreased his height by half!"
|
| 219 |
},
|
|
|
|
| 220 |
{
|
| 221 |
name = "GIVEHAT",
|
| 222 |
description = "Give a party hat to someone",
|
|
@@ -238,7 +242,7 @@ local skills = {
|
|
| 238 |
end,
|
| 239 |
action_format_str = "{protagonist_name} gave you a piece of bread!",
|
| 240 |
},
|
| 241 |
-
--
|
| 242 |
{
|
| 243 |
name = "PET",
|
| 244 |
description = "Summon a flying pet - only the robot and scientist can do this!!",
|
|
@@ -260,6 +264,7 @@ local skills = {
|
|
| 260 |
end,
|
| 261 |
action_format_str = "{protagonist_name} summoned a flying squirrel! It's vibrating with excitement!",
|
| 262 |
},
|
|
|
|
| 263 |
}
|
| 264 |
|
| 265 |
local locations = {
|
|
|
|
| 157 |
end,
|
| 158 |
action_format_str = "{protagonist_name} exploded like a firecracker, with a bang!",
|
| 159 |
},
|
| 160 |
+
--[[ -- not working!
|
| 161 |
+
{
|
| 162 |
name = "GIVEAPPLE",
|
| 163 |
description = "Give a pice of bread (or a baguette) to someone",
|
| 164 |
parameter_types = {"character"},
|
|
|
|
| 173 |
end,
|
| 174 |
action_format_str = "{protagonist_name} gave you a piece of bread!"
|
| 175 |
},
|
| 176 |
+
--]]
|
| 177 |
{
|
| 178 |
name = "GIANT",
|
| 179 |
description = "Double your height to become a giant for a few seconds.",
|
|
|
|
| 200 |
end,
|
| 201 |
action_format_str = "{protagonist_name} decreased his height by half!"
|
| 202 |
},
|
| 203 |
+
|
| 204 |
+
--[[ -- not working!
|
| 205 |
{
|
| 206 |
name = "BURN",
|
| 207 |
description = "Makes Player be on friendly, cold, tricky fire for couple seconds!",
|
|
|
|
| 220 |
end,
|
| 221 |
action_format_str = "{protagonist_name} decreased his height by half!"
|
| 222 |
},
|
| 223 |
+
--]]
|
| 224 |
{
|
| 225 |
name = "GIVEHAT",
|
| 226 |
description = "Give a party hat to someone",
|
|
|
|
| 242 |
end,
|
| 243 |
action_format_str = "{protagonist_name} gave you a piece of bread!",
|
| 244 |
},
|
| 245 |
+
--[[ -- not working!
|
| 246 |
{
|
| 247 |
name = "PET",
|
| 248 |
description = "Summon a flying pet - only the robot and scientist can do this!!",
|
|
|
|
| 264 |
end,
|
| 265 |
action_format_str = "{protagonist_name} summoned a flying squirrel! It's vibrating with excitement!",
|
| 266 |
},
|
| 267 |
+
--]]
|
| 268 |
}
|
| 269 |
|
| 270 |
local locations = {
|