1. The Last Spell
  2. News

The Last Spell News

The Last Spell - Demo available!

The end is near. Lead a team of hardened heroes to defend the last bastion of humanity against hordes of monsters in this turn-based tactical RPG immersed in roguelite mechanics.

Become a Commander and protect your Haven from hordes of relentless monsters and swarming beasts for one more night in the first ever demo of The Last Spell.



[h2]Oh, hello![/h2]
As you may know, The Last Spell was announced in August 2019, and the response to its announcement and the blogposts we've been making since then has been amazing! Many players are as excited as we are about its release!
We think our players deserve the best of what we can offer them. The game isn't ready just yet, we still need some time to make sure the game is up to our standards for you folks!

A LOT of you have been asking us for a demo/beta/closed alpha/playable build for quite some time now! This is why we have prepared quite a nice surprise that should make you all happy :)

We are very excited to finally present the very first playable demo of The Last Spell!



[h2]What is The Last Spell?[/h2]
For those who have never heard of the game, let's make a quick recap of the game!

The Last Spell is a fast-paced tactical RPG with a rogue-lite structure in which you lead a group of hardened warriors to desperately defend the last bastion of humankind against hordes of bloodthirsty monsters.



Set in a dark fantasy, post-apocalyptic world, you’ll have to carefully manage the scarce resources at your disposal to survive long enough to cast The Last Spell, a forbidden incantation which is said to banish all magic from earth.




Features:
  • Turn based strategy in which you slay hundreds of enemies every fight. Imagine Final Fantasy Tactics meets Dynasty Warriors.
  • Protect and rebuild the last Haven of earth: erect makeshift walls, lay vivious traps and forge new weapons for your heroes.
  • Fast paced and arcade feel during battles.
  • Glorious mix of pixel art and dark fantasy setting.
  • Rogue lite! Collect Magic Essence and achieve incredible feats to unlock bonuses for your next runs.
  • Classless level up system: find your own optimal builds and try to break the game!
  • Procedurally generated characters, items and enemy waves make every run unique.





Coming to PC and consoles in an near future!

[h2]What's in this demo?[/h2]

In the demo, you will be able to try the very first days of survival. You only have 3 hardened heroes at your disposal, and their weapons are... not the best ones. But they can still make use cool skills to get rid of those damned monsters!



  • 5 Days and Nights of fighting hordes of enemies and rebuilding what was one a proud city.
  • Over 100 weapons to try
  • Over 100 items to equip your characters
  • 70 skills to slay your enemies
  • 5 types of enemies that will do anything they can to destroy your magic circle, the only hope for humankind.





Despite its "work in progress" status, we poured a lot of love into this demo, so we hope you'll like it!

[h2]We want your opinion![/h2]
After you're done with the demo, we want to know your opinion about the game! Did you enjoy it? What was your favourite weapon?
We'll be happy to welcome you on our Discord Server to share your feedbacks with the community and us!

The Last Spell Live Stream - Summer Game Festival

Hello survivors!
Are you as excited by the demo of The Last Spell as we are? We hope you'll have fun slaying the many demons we've prepared for you!
And what better way to celebrate this demo than a live stream? But we wanted to do something even more special for the occasion!



During this live stream, several CCCP team member will be playing the demo and hopefully reach the end of the demo! We will also explain the different mechanisms of the game, and answer your questions!

Festivities will start with Manon and Matthieu Tuesday at 7PM UTC+2!

So, who will be the best hero and defend those mages?

You can also join our Discord server anytime!

Art Direction

In this blogpost, we’re going to talk about the Art Direction and creative constraints! To do that, we’ll hand over to Jacques, our art director.

Hello everyone!

Today, we’re going to tackle a few of the different art choices that we made during the development of “The Last Spell”.

With this aim in mind, we need to go back to the project’s origins and try to understand how we went from the concept art (late 2018!) to this screenshot (early 2020).


Concept art (late 2018)

Screenshot (early 2020)

For us artists, a very important difference between those 2 pictures is probably the method used to make them: “classic” digital painting in the concept art and “pixel-art” in the final game.

But why did we go from the first to the second one? That’s what we’re going to find out today.

[h2]The early days of the project[/h2]

When you start to work on a new game project and you only have mental representations of your future “masterpiece”, the hardest thing to do is put a “vision” in place. Ideally, you need:

  • That this vision is as clear and understandable as possible, including for you (that’s quite complicated).
  • To share the same vision with the other team members (that’s very difficult).
  • Not to divert from this vision during the development (that’s impossible).


Easier said than done, particularly when you’re facing the infinity of choices that a game development represents, in which you want to put too many things at first.

To make this complex process easier, we’re taught in game schools (yeah, that’s a thing), that you need to identify the pillars of the experience that you’re offering to the players and try to base all your decisions upon those pillars.

The Last Spell – An asymmetric tactical
And what was the very first pillar of “The Last Spell”, you’re wondering?

One could say it’s an “asymmetric tactical”. In other words, we wanted to make a Tactical RPG where the player would lead a handle of heroes against hundreds of enemies. An interesting challenge – although a little scary – for developers, whether it be for the design, the code or the art…

As for me, the very first challenge was clear: make a concept art of the game that would represent a Tactical where you could display hundreds of enemies on screen, and that would prove that it can visually work.

Usually, “Tacticals” show a grid, I needed to find out the “right” size of that grid to show a number (that was still unsure, but probably quite high) of units, elements of scenery, and elements of basebuilding on the battlefield. In other words, this was pure fortune telling at this point, but we had to try nevertheless. I hence made those images below:





Those images allowed us to consolidate even more our vision of the game by offering a first representation of what was previously words and intentions (“a game in which you lead a team of hardened heroes to defend the last bastion of mankind against hordes of monsters”), but as an artist it was even more interesting. By forcing ourselves to concretely produce elements for the game, those pictures allowed us to become aware of some very big constraints that it would be hard to ignore afterwards.

[h2]1st realization : Grid orientation[/h2]

It’s actually a recurring problem in games where too many high elements hide smaller ones behind them, preventing the player to click on it (except by developping convoluted solutions). It’s often more simple to restrain yourself than try and minimize the issue (“it’s no big deal”) or to hide it until the game’s release. Here are two very meaningful examples, one old and one recent:

In “Final Fantasy Tactics Avance” on Game Boy Advance, the scenery is cleverly made so that the units are never hidden: the higher volumes are always in the back of the levels. How convenient…

In “Teamfight Tactics”, the developers of Riot chose to go from a square grid to a hexagonal one to improve -among other things-, the layout of the units so they’re not shown on top of one another.

In “The Last Spell”, as you may have guessed by comparing the first two pictures, we “solved” the problem by changing the orientation of the grid for a higher point of view and by forcing ourselves not to create elements that are too high. Spoiler: there will still be issues but they’ll still be less frequent…

[h2]2nd realization: the number of available pixels by tile[/h2]

This seemed obvious: a higher number of tiles displayed on a PC monitor = a smaller number of available pixels to show ONE element of gameplay, whether it be a hero, an enemy, a bulding, etc.

However, once again, it’s only by concretely making those graphical elements that you become aware of the difficulty of some tasks that used to look “manageable”…

It’s important to note that in most games, the 2D graphical elements are very often created by artists at a higher size than their actual ingame size. This allows the artist to work on a higher area, with more details and all you need to do is export a smaller version of the element. Judge for yourselves:



There’s still a price to pay for that: the reduction of the size of the element will be made by an algorithm (like the one in Photoshop for example), and the artist will have a limited control on the aspect of the final element (unless they rework it, but it’s far from being the ideal workflow ;)). Like the example below shows, I quickly experimented this frustration several times while I was making this concept and I came to the conclusion that it could be a problem during the game development…

A: The size in which the sprite was made (quickly)
B: The exported and automatically reduced version by photoshop for the game (a black outline had to be added because it was so… unconvincing)
C: (Zoom 400%) The same as before but zoomed to better see those horrible pixels
D: (Zoom 800%) An unspeakable pixelated abomination


Indeed, if the room that we have on screen is so critical and our number of pixels so limited, there’s not much sense in working with sprites that are 4 times bigger to get such a mediocre result at the end, and that could have been much better, had we directly done… pixel art.

Having previously worked on pixel art projects during my studies, I could clearly see what could be the benefits, artistically, to make the game like this. Besides, a few months before there was a small indie “Tactical” that was brillant and that some of us had played a lot: some game named “Into The Breach”.

[h2]The solution[/h2]

With those new constraints and inspirations in mind, I then made a quick test to see what heroes and one building in pixel art would look like, with a grid that was closer to the one in “Into the Breach”.









I was more convinced by the control that this new work method on the final rendering in the game gave us, and no matter the zoom. After a few more weeks of work, I got this second version of the concept art, much closer to the current game.





[h2]One last story[/h2]

There could be many other things to say but for today here’s one last story about the game’s art direction.

The most attentive ones may have noticed it but at the time of this concept art the “outlines” of the different elements were all made of pure black, and mainly for reasons of creation speed (and I can guarantee you that even like that this concept art was not quick to make at all!).

By building on a few more weeks of reflection – and more perspective about our production speed – I was able to “take the time” to include color in those outlines. Yes, that meant I had to rework a big number of assets from our first “mood trailer” for example… One of the first decision that I hope will be worth it in the long term and that will allow you to appreciate “The Last Spell” even more.





That’s all for today about the game’s art direction! If you have any question, feel free to put them in the comments 🙂



-The Last Team

Follow us!


Discord server Facebook Twitter

Buildings

[h2]Some news from the battlefront![/h2]

Hello survivors!

We hope you’re okay. As you may know already, the health and the safety of our team is our number one priority. This is why we have implemented a work from home policy across the studio.

Our hearts are with you and your families in these difficult times.

The good news is that as you may have seen on our social media channels, we now have new hair co-workers!



Now, the development of The Last Spell is in very capable paws!

Also, the game’s development is going quite well. Thankfully, it was very easy for us to switch from working at office to working remotely.

The other good news is that we have a brand-new blogpost for you today!

[h2]Buildings[/h2]

In The Last Spell, most of your city is in ruins. However, you can’t keep it that way forever. This is when our “base building” part comes in! During the “Production Phase“, you’ll be able to make new buildings in order to have some very helpful effects for your survival. And there are many buildings you’ll be able to make.



So today we’ll talk a bit about the first buildings that are available in the game. The list and their effects may vary greatly until release, but for now here’s what we have.

[h2]The Magic Circle[/h2]

That’s where the mages try to amend for their sins and cast “the last spell“.



It’s your most precious building in the game, so don’t lose it! If the monsters reduce its HP to 0, it will be destroyed and it’s game over.

[h2]Ruins[/h2]

These are the remnants of what once was a proud city. They probably saw many catastrophes, but even those got wiped out by the end of the world. Now, the best thing to do is destroy them and get some much-needed materials for the Haven.



You can scavenge them to get some gold or materials. And to make some room to build useful new buildings.

[h2]The Shop[/h2]

That’s one of the rare buildings that are still standing at the beginning of the game. Even our heroes live in a capitalistic world, so of course making money out of the Apocalypse would be the first thing humankind would do!



Here you can trade gold for new equipments and usable items, or sell your useless stuff. This shop only provides basic equipment, so you’ll have to build “specialists” buildings in your city to have access to more powerful weapons.

Every morning, the roster of available items are regenerated.


[h2]Production buildings
[/h2]

In The Last Spell, you’ll be able to build some specialized production buildings that will give you access to better gear than you can find in the shop.

For now, we have 5: the Forge, the Armorsmith, the Gunsmith, the Magic Shop and the Jeweller.



Each one will automatically produce new items once in a while.

The drawback is that you cannot choose which item will be produced… to allievate the frustration of not getting exactly what you want, we made a little system where when the item is produced, you actually have the choice between 3 different randomly generated items, with different rarities.

[h2]Houses[/h2]

What would a real city be without houses? The good thing is that if you build houses for your inhabitants, they will provide you with some valuable gold and materials. That’s their way of thanking you as you kill hordes of monsters so they can get some sleep.



After you clear the old ruins from your city, you can build new houses for your people. These houses act as gold and materials providers. Since you have a limited space inside your city walls, you’ll have to find balance between resources generation and buildings that will give you a useful effect.

[h2]The Temple[/h2]

Nobody really agrees on which god to pray to, but temples seem to ease the pain anyway. Better not ask any question.


Your heroes can get some well-deserved rest at the temple, and recover some HP. Of course, getting healed takes time, so it will be at the detriment of doing actual useful stuff during the day phase… But well, better be alive and naked than well equiped but dead, right? 😉

[h2]The Mana Well[/h2]

In The Last Spell, Mana is a rare but crucial resource. That’s where your magic comes from, and without mana, no devastating AOE that will kill several foes at once.


You can resplenish your heroes’ Mana here. The Well has a limited Mana quantity in stock, which regenerates every day by a set amount, so don’t be too greedy!

[h2]The Inn[/h2]

These days, it’s really hard to find some heroes that will help you. Most of the time, they’d rather spend their last days drinking booze and fleeing danger than risk their life for a plan that has a very low probability to succeed.

On the other hand, business is business, so we’re pretty sure that for a few bags of gold, they’ll be willing to help you.



With the inn, for money you will be able to recruit new heroes for your team!

So yeah, that’s all we can say about the buildings for now! See you next time, survivors!

-The Last Team

Follow us!


Discord server Facebook Twitter

Special Skills

Some news from the battlefront!


Hello survivors!

The team has been really busy these past weeks to craft a new prototype. In gamedev, we often divide the developement into several smaller chunks, called “milestones“, for which we build a new prototype that will be playtested by the team and a few other people. The goal is to produce a certain amount of features and content and test if the gameplay matches the initial vision we had for the project.

Manon and Bruno having a hard time surviving in the game!

This vision can change a bit during the development time, but we try to stick to a few “pillars” that we build our game upon.

We’re rather glad to say that it is all starting to grow nicely, we managed to reach the goals we set up in a rather bug-free prototype, so it’s always a good sign for the rest of the development.

The gameplay is starting to get fun, but we noticed certain areas that were not quite delivering their promises. It’s normal! It’s still time to tweak some things in the core loop of the game, so we devised a few major changes that we will want to playtest in the next milestone, next month.

When those changes are implemented, the core gameplay should be secured and we’ll only have to “finish the game”… Still an insane amount of work, but at least we’ll know exactly where we are going.

So, that’s where we’re at right now! As for today’s topic I want to talk a bit about the Special Skills that we have implemented into the game!

Many ways to maximum damage


[h2]Multi-Hit[/h2]

This is one of the first special skill we designed. Quite easy, but really useful: you can attack multiple targets with this skill in one single attack. You can divide damage to finish off several low health enemies, or concentrate all your attacks on one single enemy for a good damage output!



[h2]Propagation[/h2]

The easiest way to describe this skill is to think of it as a “chain-lightning”. You target an enemy and a % of the base damage will propagate to another adjacent random enemy, a set number of times.

[h2]Maneuver[/h2]

These skills are quite fun, because they imply that the caster will move during the attack. It can be a lunge attack that will pierce through the enemy, a wild charge, a leap or even the recoil from a big gunfire…



These skills can give a bit of free mobility to the character, but the destination tile needs to be empty, so it can be a bit tricky to use in crowded places.

[h2]Repeat[/h2]

Quite simple: the base attack will have a chance to repeat up to 4 times in a row. Each subsequent repeat will have a % of chances to succeed, depending on the character’s Precision attribute. (1 miss = attack stopped)



[h2]Surrounding Effect[/h2]

This effect applies another effect on the tiles surrounding the target (which can be an AOE). For example, hit a target and apply poison to all surrounding enemies.

[h2]Anti-defense[/h2]

Quite simple, some attacks will completely ignore one of the defenses: Armor piercing, Anti-Dodge and No Block.



We also have the Armor Shredding special effect, which makes double DMG against armors.

[h2]Stun[/h2]

A stunned character will skip one turn completely.



[h2]Poison[/h2]

Poison will apply a set amount of damage every turn, during X turns. (cumulative)



[h2]Buff/Debuff[/h2]

We have a variety of buffs and debuffs which can modify any Attribute. We’ll also have some special unique passive effects, a bit like for the perks.

We also have some “auras”, buffs or debuffs applied to every character in a set amount of tiles around the character.

[h2]Combine them all![/h2]

Of course, the beauty of our system is that you can combine several special effects in one single attack, to make really cool skills.

For example, think about a leap attack (Maneuver) that would damage the enemies around the character (classic AOE) and has a chance to Stun surrounding enemies. (Stun + Surrounding Effect)



That’s all for now, maybe we’ll add new special types of attacks in the future, but for now we have plenty of fun stuff to play with!


-The Last Team

Follow us!


Discord server Facebook Twitter