create account

¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python by gabrielr29

View this thread on: hive.blogpeakd.comecency.com
· @gabrielr29 ·
$5.50
¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python
<div class="pull-left">
<div class="text-justify"> 
<p>

¡Saludos! He aquí he vuelto con otro ejercicio y como había mencionado es sobre guerreros, al estilo RPG. Esto porque los ejercicios están enfocados en ejercitar la programación orientada a objetos a través de crear una clase "Guerrero", con atributos: Vida, Estado de arma, Estado de escudo, y Estado (Ataque/Defensa).

</p>
</div>
</div>

<div class="pull-right"> 
<div class="text-justify"> 
<p>

Greetings! Here I am back with another exercise and as I mentioned it is about warriors, RPG style. This is because the exercises are focused on exercising object oriented programming by creating a "Warrior" class, with attributes: Health, Weapon State, Shield State, and State (Attack/Defense).

</p>
</div>
</div>

---

<center><p>

![Portada post programacion, tech (2).gif](https://files.peakd.com/file/peakd-hive/gabrielr29/23yJ7ZuPYSCcQUJoaUHJUWR5VBxWf4GWN3aNjDVkNQXdvmAfAv4mfZQxeqvAVL2BtPv6o.gif)

</p></center>

![Python SEPARATOR PSD FILE.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23w2HcHT3rpqmcUG34rZU6eY3o6Yrsp3YL6FzEtuSXhwcz3mKoyQP5wuRL9zy3wVpEVip.png)

<div class="pull-left">
<div class="text-justify"> 
<p>

Para comenzar, el guerrero cuenta con los atributos: "vida", "estadoArma" y estadoEscudo seteados con 100 puntos, el atributo "estado" queda seteado en "Ataque". Partiendo del enunciado, si un guerrero recibe daño estando ese estado, ese daño irá directamente a su vida y será de 20 puntos, mientras que, si está en estado "Defensa", el daño irá al escudo, quitándole solo 5 puntos a este.

Con el decorador property procedí a hacer los getters y setters, esta parte ya es como "una fórmula" muy parecida a lo que se hace en Java y C++. Tan solo hubo una serie de condiciones en el estado, pues para cambiar de Ataque a Defensa es necesario que el escudo no esté roto, tampoco es posible cambiar de estado si el estado ingresado no es Ataque o Defensa. Todo esto siguiendo el enunciado.

De haber sido un proyecto más robusto habría agregado que no se debe cambiar de estado si el guerrero no tiene puntos de vida. Sigue un método que verifica si el guerrero sigue con vida. Se trata de "isalive(self)". Esto partiendo de la condición de que la vida sea superior a 0.


</p>
</div>
</div>

<div class="pull-right"> 
<div class="text-justify"> 
<p>


To begin with, the warrior has the attributes: "Life", "Weapon status" and "Shield status" set to 100 points, the "Status" attribute is set to "Attack". Based on the statement, if a warrior receives damage while in this state, this damage will go directly to his life and will be 20 points, while, if he is in the "Defense" state, the damage will go to the shield, taking only 5 points from it.

With the property decorator I proceeded to make the getters and setters, this part is already like a "formula" very similar to what is done in Java and C++. There were only a series of conditions in the state, because to change from Attack to Defense it is necessary that the shield is not broken, it is not possible to change state if the state entered is not Attack or Defense. All this following the statement.

If it had been a more robust project I would have added that it is not possible to change state if the warrior has no life points. It follows a method that checks if the warrior is still alive. This is "isalive(self)". This is based on the condition that the life is greater than 0.

</p>
</div>
</div>

![Python SEPARATOR PSD FILE.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23w2HcHT3rpqmcUG34rZU6eY3o6Yrsp3YL6FzEtuSXhwcz3mKoyQP5wuRL9zy3wVpEVip.png)

<center><p>


![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23sxpDb519FYZJ6LVqt2d1oxknFi5E1XR219zmRhcSePxC2YyCNAMAjLYZ2arhSDDopNb.png)

![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23twA2YYy2rzwns8cxZVKN3GyfhLoojjesjRZuQP326ftArkebMYxvBJMigGr3FMUTa8w.png)
***[From AzulSchool, Python Course](https://www.azulschool.net/topic/ejercicios-propuestos-15/)***

---

![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23tmmjqrjdTK6g6tv2tUz2cxLrS4wABCgQwwYxFDpYuodfCpNTkNACYysb7WwTGDi7pTd.png)


![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23twAKVLFw2Q9Homrr9MWKi7fZSF6mFzj54Udm9F6CQ8je6AYMMHWoiqmRLzxukHTrxVP.png)

![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23tcNeS8Tp5vsNrtJuVc2Hn8982yrS5GrSCFdyPXjLA4LmZFDjtDY2pNsskBkjbKEXc1z.png)

</p></center>

![Python SEPARATOR PSD FILE.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23w2HcHT3rpqmcUG34rZU6eY3o6Yrsp3YL6FzEtuSXhwcz3mKoyQP5wuRL9zy3wVpEVip.png)

<div class="pull-left">
<div class="text-justify"> 
<p>

Para el método que sigue las cosas se ponen un poco más extensas y esto es porque para atacar toca verificar varias condiciones. Estas van así: si la vida es superior a 0 (está vivo o muerto), si el estado del atacante es defensivo (no se puede atacar en ese estado), si el estado del arma es superior a 0 (no se puede atacar con un arma rota), si la vida del contrincante es superior a 0 (no se pueden atacar cadáveres).

Luego llega la condición en la que finalmente hay "acción" aunque suprimida en cierta medida por la defensa, pues si el estado del contrincante es "Defensa", se ataca al escudo y este pierde 5 puntos de condición mientras que la espada del atacante pierde 2 puntos también, posteriormente se envía un mensaje informando que el ataca impacto el escudo y se informa del estado del escudo del rival.

Finalmente llega la condición donde hay más daño y es cuando el rival está en posición ofensiva, haciendo que el daño que recibe sea de 20 puntos, igualmente el arma del atacante se ve afectada en 5 puntos y se informa, en este caso, de que el ataque fue directo y de la vida actual del afectado.

Para probar el funcionamiento declaré dos objetos de tipo Guerrero, estos fueron "Pancracio y Rocky", dado que no les puse atributo nombre (el enunciado no lo pedía), me guie por el nombre de la variable para facilitar la lectura. 

Luego Pancracio ataca dos veces a Rocky, Rocky cambia a estado defensivo, pero Pancracio no, sigue un apartado para informar los puntos de vida de Rocky. Continúan 5 ataques de Pancracio que acaban con Rocky, luego se llama al método "isalive" para confirmarlo y se manda otro ataque para demostrar que la condición de no atacar cadáveres está vigente.

Finalmente sale por consola el texto correspondiente a todo lo sucedido, desde los ataques, hasta los puntos de vida para acabar con la muerte de Pancracio y el detalle de que Rocky trató de atacar el cadáver de Pancracio. 

</p>
</div>
</div>

<div class="pull-right"> 
<div class="text-justify"> 
<p>

For the following method things get a little more extensive and this is because to attack you have to check several conditions. These go like this: if the life is greater than 0 (alive or dead), if the state of the attacker is defensive (you can not attack in that state), if the state of the weapon is greater than 0 (you can not attack with a broken weapon), if the opponent's life is greater than 0 (you can not attack corpses).

Then comes the condition where finally there is "action" although suppressed to some extent by the defense, because if the opponent's status is "Defense", the shield is attacked and it loses 5 condition points while the attacker's sword loses 2 points as well, then a message is sent informing that the attacker attacks impact the shield and the status of the opponent's shield is reported.

Finally comes the condition where there is more damage and is when the opponent is in offensive position, making the damage received is 20 points, also the attacker's weapon is affected by 5 points and is reported, in this case, that the attack was direct and the current life of the affected.

To test the operation I declared two objects of type Warrior, these were "Pancracio and Rocky", given that I did not name them attribute (the statement did not ask for it), I was guided by the name of the variable to facilitate the reading. 

Then Pancratius attacks Rocky twice, Rocky changes to defensive status, but Pancratius does not, a section follows to report Rocky's life points. Then Pancracio attacks Rocky 5 times, then the "isalive" method is called to confirm it and another attack is sent to show that the condition of not attacking corpses is in force.

Finally the text corresponding to everything that happened, from the attacks, to the life points to finish with the death of Pancracio and the detail that Rocky tried to attack the corpse of Pancracio. 

</p>
</div>
</div>

![Python SEPARATOR PSD FILE.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23w2HcHT3rpqmcUG34rZU6eY3o6Yrsp3YL6FzEtuSXhwcz3mKoyQP5wuRL9zy3wVpEVip.png)

<center><p>


![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23tHbr9aB4zHfV21PPSAZAuUPgNJwLinTx1CKUX3PjNedtXS553fXPvXNjMsvauF6BBaq.png)

![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/Eo8ZVfHV2JATxgxRrGxRYhyjm7hDnYvpwcTDdAnxuQCXdLSozZYAmVjjTJeQbdSfLoZ.png)

</p></center>

![Python SEPARATOR PSD FILE.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23w2HcHT3rpqmcUG34rZU6eY3o6Yrsp3YL6FzEtuSXhwcz3mKoyQP5wuRL9zy3wVpEVip.png)


<center><p>


![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23tcM244eQT56hGe1T58oBCGgKZdH6e3b8q5tD7HYnf1gUpzk9MFmbvwtxtfJGhMz8sa9.png)


</p></center>

![Python SEPARATOR PSD FILE.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23w2HcHT3rpqmcUG34rZU6eY3o6Yrsp3YL6FzEtuSXhwcz3mKoyQP5wuRL9zy3wVpEVip.png)

<div class="pull-left">
<div class="text-justify"> 

Y bueno... ¡Eso es todo por hoy! Este ha sido otro ejercicio de POO en Python que les comparto para provecho de todo aquel que ande en su camino de aprendizaje en este mundo tan estresante y apasionante.

En lo personal te recomiendo mucho entrar también en este curso, doy fe de que es de muy buena calidad y vale cada centavo. [Si quieres ingresar, clica aquí.](https://www.azulschool.net/courses/curso-profesional-de-python/?pa=4EAA764EBA)


</div>
</div>

<div class="pull-right"> 
<div class="text-justify"> 

And well... That's all for today! This has been another Python OOP exercise that I share with you for the benefit of everyone who is on their way to learning in this stressful and exciting world.

Personally, I highly recommend you to join this course as well, I can attest that it is of very good quality and worth every penny [If you want to join, click here](https://www.azulschool.net/courses/curso-profesional-de-python/?pa=4EAA764EBA).

</div>
</div>


![Python SEPARATOR PSD FILE.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23w2HcHT3rpqmcUG34rZU6eY3o6Yrsp3YL6FzEtuSXhwcz3mKoyQP5wuRL9zy3wVpEVip.png)

---

---

<center><p>

![Redes actualizada.gif](https://files.peakd.com/file/peakd-hive/gabrielr29/23u5ztBa5Nd8VLvvWaYoqJTa4yaQxuHhKgsj7uDzmDKcbkqaPqR3d5PQuWzxkxSvYRdyN.gif)

</p></center>

---

<center> <h3> Puedes seguirme por acá si lo deseas: 
 *You can follow me here if you want:*</h3></center>

<div class="pull-left"><p>
 <h6>  <a href="https://gab.com/gabrielrr018/"><strong>Gab.com</strong></a> </h6> </p></div>

<div class="pull-right"> <p>
<h6><a href="twitter.com/Gabrielrr018"><strong>Twitter</strong></a></h6></p></div>

<center><p><h6><a href="https://peakd.com/@gabrielrr17"><strong>Cuenta secundaria 
(Dibujos, edición y juegos) | Secondary account (Drawings, editing and games)</strong></a> </h6> </p></center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorgabrielr29
permlinkguerreros-con-espada-y-escudo-poo-esp-eng-or-python
categoryhive-154226
json_metadata"{"app":"peakd/2023.7.1","format":"markdown","description":" He aquí he vuelto con otro ejercicio y como había mencionado es sobre guerreros, al estilo RPG. Esto porque los (...)","tags":["spanish","technology","developspanish","hivedevs","programador","proofofbrain","palnet","programation","tutorial","archon"],"users":["gabrielrr17"],"image":["https://files.peakd.com/file/peakd-hive/gabrielr29/23yJ7ZuPYSCcQUJoaUHJUWR5VBxWf4GWN3aNjDVkNQXdvmAfAv4mfZQxeqvAVL2BtPv6o.gif","https://files.peakd.com/file/peakd-hive/gabrielr29/23w2HcHT3rpqmcUG34rZU6eY3o6Yrsp3YL6FzEtuSXhwcz3mKoyQP5wuRL9zy3wVpEVip.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23sxpDb519FYZJ6LVqt2d1oxknFi5E1XR219zmRhcSePxC2YyCNAMAjLYZ2arhSDDopNb.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23twA2YYy2rzwns8cxZVKN3GyfhLoojjesjRZuQP326ftArkebMYxvBJMigGr3FMUTa8w.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23tmmjqrjdTK6g6tv2tUz2cxLrS4wABCgQwwYxFDpYuodfCpNTkNACYysb7WwTGDi7pTd.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23twAKVLFw2Q9Homrr9MWKi7fZSF6mFzj54Udm9F6CQ8je6AYMMHWoiqmRLzxukHTrxVP.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23tcNeS8Tp5vsNrtJuVc2Hn8982yrS5GrSCFdyPXjLA4LmZFDjtDY2pNsskBkjbKEXc1z.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23tHbr9aB4zHfV21PPSAZAuUPgNJwLinTx1CKUX3PjNedtXS553fXPvXNjMsvauF6BBaq.png","https://files.peakd.com/file/peakd-hive/gabrielr29/Eo8ZVfHV2JATxgxRrGxRYhyjm7hDnYvpwcTDdAnxuQCXdLSozZYAmVjjTJeQbdSfLoZ.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23tcM244eQT56hGe1T58oBCGgKZdH6e3b8q5tD7HYnf1gUpzk9MFmbvwtxtfJGhMz8sa9.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23u5ztBa5Nd8VLvvWaYoqJTa4yaQxuHhKgsj7uDzmDKcbkqaPqR3d5PQuWzxkxSvYRdyN.gif"]}"
created2023-09-02 17:15:33
last_update2023-09-02 17:15:33
depth0
children9
last_payout2023-09-09 17:15:33
cashout_time1969-12-31 23:59:59
total_payout_value2.750 HBD
curator_payout_value2.746 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,469
author_reputation37,494,667,324,058
root_title"¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id126,813,903
net_rshares14,382,706,782,333
author_curate_reward""
vote details (30)
@ayamihaya ·
You are very intelligent I must say 🫣
Thanks for the detailed info. 

!PIZZA
properties (22)
authorayamihaya
permlinkre-gabrielr29-s0fdnk
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.7.1"}
created2023-09-03 19:47:45
last_update2023-09-03 19:47:45
depth1
children1
last_payout2023-09-10 19:47:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation85,669,626,089,514
root_title"¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id126,845,151
net_rshares0
@gabrielr29 ·
Thanks you! :D
properties (22)
authorgabrielr29
permlinkre-ayamihaya-s1nshi
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.9.2"}
created2023-09-27 19:22:33
last_update2023-09-27 19:22:33
depth2
children0
last_payout2023-10-04 19:22:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation37,494,667,324,058
root_title"¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id127,525,438
net_rshares0
@developspanish ·
Muchas gracias por compartir tu post, la verdad espero poder revivir pronto esta comunidad para que mas programadores como se animen a compartir sus conocimientos en esta comunidad
properties (22)
authordevelopspanish
permlinkre-gabrielr29-s0fq3a
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.7.1"}
created2023-09-04 00:16:21
last_update2023-09-04 00:16:21
depth1
children1
last_payout2023-09-11 00:16:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length180
author_reputation4,482,396,340,474
root_title"¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id126,850,189
net_rshares0
@gabrielr29 ·
Gracias a ti por pasar por acá. También he visto activo al Sr Rafael con sus publicaciones de Linux, poco a poco puede crecer la comunidad, quizás con iniciativas o eventos similares se aviven más las cosas. 

![untitled.gif](https://media.tenor.com/qpMBXXR3EOEAAAAC/cat-hats-off.gif)
👍  
properties (23)
authorgabrielr29
permlinkre-developspanish-s0iul3
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.8.1"}
created2023-09-05 16:46:21
last_update2023-09-05 16:46:21
depth2
children0
last_payout2023-09-12 16:46:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length284
author_reputation37,494,667,324,058
root_title"¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id126,893,721
net_rshares33,593,864,127
author_curate_reward""
vote details (1)
@lismarcarolina2 ·
hola!, tienes cuenta en github? quisiera ver este codigo
properties (22)
authorlismarcarolina2
permlinkre-gabrielr29-s1z8ps
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.9.2"}
created2023-10-03 23:46:42
last_update2023-10-03 23:46:42
depth1
children1
last_payout2023-10-10 23:46:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation57,670,993,192,462
root_title"¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id127,689,498
net_rshares0
@gabrielr29 ·
Hola! Sí, aquí tienes el link:

https://github.com/gabrielr29/Python-Exercises-/blob/main/Practicas%20Python/Ejercicio%20POO%20guerreros.py
properties (22)
authorgabrielr29
permlinkre-lismarcarolina2-s1zcek
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.9.2"}
created2023-10-04 01:06:27
last_update2023-10-04 01:06:27
depth2
children0
last_payout2023-10-11 01:06:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation37,494,667,324,058
root_title"¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id127,690,930
net_rshares0
@lismarcarolina2 ·
dice pagar en paypal pero si no  tienes tarjeta de credito como se hace con el curso??
properties (22)
authorlismarcarolina2
permlinkre-gabrielr29-s1z8ud
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.9.2"}
created2023-10-03 23:49:27
last_update2023-10-03 23:49:27
depth1
children1
last_payout2023-10-10 23:49:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation57,670,993,192,462
root_title"¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id127,689,560
net_rshares0
@gabrielr29 ·
Tengo entendido que se puede usar Paypal sin necesidad de una tarjeta de crédito, solo que se ponen un poco más estrictos en cuanto a las medidas de seguridad :D
properties (22)
authorgabrielr29
permlinkre-lismarcarolina2-s1zct1
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.9.2"}
created2023-10-04 01:15:06
last_update2023-10-04 01:15:06
depth2
children0
last_payout2023-10-11 01:15:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length161
author_reputation37,494,667,324,058
root_title"¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id127,691,088
net_rshares0
@pizzabot ·
<center>PIZZA!


$PIZZA slices delivered:
@ayamihaya<sub>(5/5)</sub> tipped @gabrielr29 


</center>
properties (22)
authorpizzabot
permlinkre-guerreros-con-espada-y-escudo-poo-esp-eng-or-python-20230903t194810z
categoryhive-154226
json_metadata"{"app": "pizzabot"}"
created2023-09-03 19:48:12
last_update2023-09-03 19:48:12
depth1
children0
last_payout2023-09-10 19:48:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation7,607,704,952,650
root_title"¡Guerreros con espada y escudo! - POO [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id126,845,160
net_rshares0