Coder Social home page Coder Social logo

sgre's People

Contributors

andrewbroz avatar chuanshi avatar gcreamer3 avatar inemnitable avatar lightalkmst avatar nietono avatar pointblanket avatar sharpobject avatar tried42long avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sgre's Issues

Luthica of Crux

The start of turn skill sends her to another slot, so it keeps activating and she can't end up in slot 5. Maybe investigate on KR to find out what it really does.

Provide better linux instructions

I understand there is a luasec depenecy, but there seems to be some main_again.so missing:

luarocks reports:

luasec 0.5-2 is now built and installed in /usr (license: MIT)

Here's my error:

Error: main.lua:122: module 'main_again' not found:
    no field package.preload['main_again']
    no file 'main_again.lua' in LOVE game directories.
    no file 'main_again/init.lua' in LOVE game directories.
    no file 'main_again.so' in LOVE paths.
    no file './main_again.lua'
    no file '/usr/share/luajit-2.0.3/main_again.lua'
    no file '/usr/local/share/lua/5.1/main_again.lua'
    no file '/usr/local/share/lua/5.1/main_again/init.lua'
    no file '/usr/share/lua/5.1/main_again.lua'
    no file '/usr/share/lua/5.1/main_again/init.lua'
    no file './main_again.so'
    no file '/usr/local/lib/lua/5.1/main_again.so'
    no file '/usr/lib/lua/5.1/main_again.so'
    no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
    [C]: in function 'require'
    main.lua:122: in function 'update'
    [string "boot.lua"]:434: in function <[string "boot.lua"]:399>
    [C]: in function 'xpcall'

Scroll text on new messages

The client text-input for chat does not auto-scroll;

http://i.imgur.com/NQ8mtei.png

From the LoveFrames documentation, you should be able to set the field as autoscroll!

SetAutoScroll - Sets whether or not the object should autoscroll when in multiline mode
1
object:SetAutoScroll(autoscroll[bool])

Cafe characters that are absent from the collection

Some user has managed to get a cafe character without having the character in the collection. After reaching this state, feeding that character fails. Check that it is impossible to reach this state, then maybe just give everyone any missing cafe characters to avoid the bug?

Scardel Elder Barbera

23:04 < Ketsumi>| Sharp, another bug.
23:04 <+sharpobject> wut
23:04 < Ketsumi>| !!300167
23:04 <+ isprit>| Scardel Elder Barbera - Darklore Follower - Size 2, 5/3/6 - Limit
1 50pt DR, EX1 - ▶Defend: If this card and your Character belong to the same
faction, the Darklore Follower in your Grave with the highest SIZE is removed
from the game, then an identical Follower is created in the first empty Slot
on your Field and gets SIZE set equal to this
23:04 <+ isprit>| card's SIZE +1 and gets ATK/STA increased by this card's DEF. This
skill is removed.
23:05 < Ketsumi>| The follower she summons is coming onto the field disabled.
23:05 < Ketsumi>| The card doesn't say the follower should be disabled.
23:05 <+sharpobject> that's interesting
23:05 * Bell_Zephyr summons Ketsumilf
23:05 <+sharpobject> because cards s houldn't be able to be inactive in the grave
23:05 <+sharpobject> thanks
23:06 < Ketsumi>| Mhm. ' v '

Hiking Lesson

It looks like it buffs not debuff

Hiking Lesson
All Followers on the enemy Field get STA decreased by the total SIZE of your Field divided by the number of cards on your Field (rounding down).
]]
[200302] = function(player, opponent)
local mag = floor(player:field_size() / (#player.field - #player:empty_field_slots()))
local idxs = opponent:field_idxs_with_preds(pred.follower)
local buff = OnePlayerBuff(opponent)
for _, idx in ipairs(idxs) do
buff[idx] = {sta={"-",mag}}
end
buff:apply()
end,

Muzisitter's Song loops

Should this really send itself to the other side and not die?? I think it should die somehow.

how to use first time

hello this my first run for that source and i would like to know the first steps of the starting what i need to edit what files ill use
thanks

Child Iri bugged

Turn Start: A random Follower on the enemy Field gets ATK -1/STA -2. If the number of cards in your Hand is even, it gets an additional DEF -1.

if #player.hand % 2 == 0 then
local target = uniformly(opponent:field_idxs_with_preds(pred.follower))
if target then
OneBuff(opponent, target, {atk={"-",1},def={"-",1},sta={"-",1}}):apply()
end
end
end,

Key pinning

The client should only accept one public key from a server. Servers that present the wrong one are not to be trusted D:

Transmutes!

Transmute ore for other ores at 4:1
Transmute fight materials at 4:1
Transmute normal DRs for other DRs from the same episode at 1:1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.