Dev Log #1 NFT Vision and Operation [ENG- ESP]

Dev Log #1 NFT Vision and Operation

Hello community Hive,
thank you very much to all who have supported the first posts from @midnight-studio, in the end all help will be used for the development, and subsequent launch and maintenance of the game.

Hola comunidad Hive,
Agradecemos enormemente a todos los que han apoyado los primeros posts de @midnight-studio, al final toda ayuda será utilizada para el desarrollo, y posterior lanzamiento y mantenimiento del juego.

programming.png

sep1.png

PURPOSE / PROPOSITO

The purpose of these posts is to explain in-depth functionalities, some of these will be more or less technical than others.

El Proposito de estos posts es explicar en profundidad funcionalidades, algunos de estos serán más o menos técnicos que otros.

In this first draft, I hope to convey the vision under which the project is being developed and the expectations in terms of time, which we hope will be as little as possible. At this stage, I can mention that we have worked for half a year in the shadows to be able to start presenting different dynamics, which are still subject to change both graphically and in terms of numbers. But we were able to make a solid structure, which has allowed us to launch publicly.

En esta primera redacción espero transmitir la visión bajo la cual se está desarrollando el proyecto y las expectativas en cuanto al tiempo, el cual esperamos que sea el menos posible. En esta etapa puedo mencionar que hemos trabajado durante medio año en la sombra para poder empezar a presentar distintas dinámicas, las cuales aún están sujetas a cambio tanto gráfico como a nivel de números. Pero pudimos realizar una estructura sólida, la cual nos ha permitido el lanzarnos públicamente.

All dynamics will be tested with the help of the community in due course.

Todas las dinámicas se testearán con la ayuda de la comunidad en su debido momento.

fusion-(2).png

sep1.png

VISION

To explain the main vision of the game,
let's start from the base, where we have NFT in the form of characters.
These have progress which is marked by rarity.

Rarity gives a base power. The level is 1 for all NFTs initially and by the experience they receive by going on quests.
The quests will have their basic requirements (NFT LEVEL), in this way the NFT level up which increases their power over time and with the level unlock other quests.

Para explicar la visión principal del juego,
vamos a partir de la base, donde tenemos NFT en forma de personajes.
Estos tienen un progreso el cual está marcado por la rareza.

La rareza brinda un poder base. El nivel, el cual es 1 para todos los NFT inicialmente y por la experiencia que reciben al ir a misiones.
Las misiones tendran sus requerimientos básicos(NIVEL DE NFT), de esta forma los NFT suben de nivel lo cual aumenta su poder en el tiempo y con el nivel desbloquear otras misiones.

post1.png

It should be noted that the missions will be balanced and the approach is to send 1-2 daily missions per NFT and a maximum of 3 NFT initially to missions, so we can offer the user the peace of mind of not needing constant repetition, simply strategy and economic planning, supported by the Tokenomics which we will go into in more detail in another moment.

Cabe recalcar que las misiones serán balanceadas y el enfoque es que se pueda mandar 1-2 misiones diarias por NFT y máximo 3 NFT inicialmente a misiones , de esta forma podemos ofrecer al usuario la tranquilidad de no necesitar una repetición constante, simplemente planeación de estrategia y económica, respaldado por los Tokenomics en los cuales profundizaremos en otro momento.

sep1.png

Finally, we will continue talking about the NFT:
In addition to receiving Tokens for missions, they will also receive a Damage, which approximately every 4 missions will force the burning of Tokens for the repair of the NFT, guaranteeing one of the fundamental parts of Tokenomics, sustainability, and functionality of the game.

Finalmente seguiremos hablando de los NFT:
En estos además de recibir Tokens por misiones, también recibirán un Daño, el cual aproximadamente cada 4 misiones obligarán a la quema de Tokens para la reparación del NFT, garantizando una de las partes fundamentales de los Tokenomics, sostenibilidad y funcionalidad del juego.

reparation.png

The approach to the progression of an NFT would look like this
(subject to change):

Planteo de la progresión de un NFT sería de esta forma
(sujeto a cambios):

  • Name: Soldier Rarity: Common
  • Level: 1
  • Rarity Power: 10
  • Total, Power: 10 (+ 3 per Level)
  • Name: Cyborg
  • Rarity: Rare
  • Level: 1
  • Rarity Power: 20
  • Total Power: 20 (+3 per Level)

The code will be further explained in the following posts but we can find in the code some functionalities that we are mentioning, the level req is extracted from the mission data as well as the nft level of the nft in question sent to do the mission.

Se seguirá explicando el código en los siguientes post pero tenemos Dentro del código podemos encontrar algunas funcionalidades que estamos mencionando, el level req se extrae de los datos de las misiones así como nft level del nft en cuestión mandado a hacer la misión:

if (nftlevel < levelreq ) {
       return res.status(400).json({ error: 'NFT does not meet requirements' });}
       
        const rewardFinal = Number(powerNft) + Number(rewardmision);
        const experienceFinal = Number(exprewardmision);
        let damageFinal = Number(damagenft) + Number(damagemision);

       if (nft.experience + experienceFinal >= 500) {
          nft.experience = 0; 
          nft.level += 1; 
          nft.power += 3; 
        } else {
          nft.experience += experienceFinal;}

At the end we can see another important sentence which extra the data of the mission in terms of experience reward, in turn, if this exceeds an estimated number increases the level, resets the experience, and increases the power in another amount, cable emphasizes that the numbers are adjustable but you can see part of the validations behind doing the missions.

Al final podemos ver otra sentencia importante la cual extra el dato de la mission en cuanto a reward de experiencia, a su vez si esta supera un numero estimado aumenta el nivel, reinicia la experiencia y aumenta el poder en otra cantidad, cable recalcar que los numeros son ajustables pero se puede ver parte de las validaciones detras de hacer las misiones.

As the reward increases as the level increases, the cost to repair will increase ensuring that there is a controlled and unmeasured gain as each NFT progresses, which will have a value for the progress and level that users bring, as well as the rarity, level and design will be which will bring a value to each of the NFTs.

Así como incrementa la recompensa al subir el nivel, el costo a reparación subirá garantizando que exista una ganancia controlada y no desmedida cuando progrese cada uno de los NFT, los cuales tendrán un valor por el progreso y nivel que los usuarios aportán, Asi como la rareza,nivel y diseño seran los cuales aportaran un valor a cada uno de los NFT.

sep1.png
Remember that you can check this post or the Litepaper below to see the information that is being updated, and check our Discord or Twitter where we announce the latest news, sweepstakes and contests that will be held.

Soon I will talk more technically in a post for those curious about the subject, at this moment we are advancing in the first version which is finishing integrating graphically and functionally the first functionalities and those that are still being worked on.

Recordar que puedes revisar este post o el Litepaper a continuación para ver la información que se va actualizando, y revisar nuestro Discord o Twitter donde se anuncian las ultimas noticias, sorteos y concursos que se irán realizando.

Pronto hablaré mas técnicamente en un post para los curiosos en el tema, en este momento estamos avanzando en una primera versión la cual esta terminando de integrar gráficamente y de forma funcional las primeras funcionalidades y las que se siguen trabajando.

post1.png
TAG AND WIN

programming.png

From Midnight studio, we are delighted to reveal that we are working tirelessly on a game that we can proudly say is in constant progress and we want to provide the best for the beloved community. This project represents the effort and passion we have invested in order to offer an enjoyable experience to the users.

We greatly appreciate every member of our community. You are the reason we are here and every interaction with you has been a constant source of inspiration and a morale boost for the team. Every challenge overcome and every achievement celebrated has been and will be shared with you.

Desde Midnight studio, estamos encantados de revelar que estamos trabajando incansablemente en un juego que, con orgullo, podemos decir que esta un un progreso constante y queremos brindar lo mejor para la amada comunidad. Este proyecto representa el esfuerzo y la pasión que hemos invertido para ofrecer una experiencia agradable a los usuarios

Agradecemos enormemente a cada miembro de nuestra comunidad. Ustedes son la razón por la cual estamos aquí y cada interacción con ustedes ha sido una fuente constante de inspiración e impulso moral para el equipo. Cada desafío superado y cada logro celebrado ha sido y sera compartido con ustedes.



0
0
0.000
1 comments
avatar

¡Enhorabuena!


Has recibido el voto de PROYECTO CHESS BROTHERS

✅ Has hecho un buen trabajo, por lo cual tu publicación ha sido valorada y ha recibido el apoyo de parte de CHESS BROTHERS ♔ 💪


♟ Te invitamos a usar nuestra etiqueta #chessbrothers y a que aprendas más sobre nosotros.

♟♟ También puedes contactarnos en nuestro servidor de Discord y promocionar allí tus publicaciones.

♟♟♟ Considera unirte a nuestro trail de curación para que trabajemos en equipo y recibas recompensas automáticamente.

♞♟ Echa un vistazo a nuestra cuenta @chessbrotherspro para que te informes sobre el proceso de curación llevado a diario por nuestro equipo.


🥇 Si quieres obtener ganancias con tu delegacion de HP y apoyar a nuestro proyecto, te invitamos a unirte al plan Master Investor. Aquí puedes aprender cómo hacerlo.


Cordialmente

El equipo de CHESS BROTHERS

0
0
0.000