mirror of
https://github.com/LDDestroier/CC/
synced 2025-12-03 07:08:09 +00:00
Add files via upload
This commit is contained in:
17
CCBN/ccbn-data/chipdata/sword
Normal file
17
CCBN/ccbn-data/chipdata/sword
Normal file
@@ -0,0 +1,17 @@
|
||||
local stage, players, objects, projectiles, act, images = ...
|
||||
return {
|
||||
info = {
|
||||
name = "Sword",
|
||||
description = "Slash forwards 1 panel!",
|
||||
cooldown = {
|
||||
shoot = 8,
|
||||
move = 4
|
||||
}
|
||||
},
|
||||
logic = function(info)
|
||||
|
||||
act.stage.setDamage(info.x + info.direction, info.y, 80, info.owner, 4)
|
||||
|
||||
return false
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user