More mutation test scripts

More mutation test scripts.
This commit is contained in:
Jaysyn904
2022-03-20 15:28:38 -04:00
parent 87f8946c50
commit d05b6f5971
23 changed files with 394 additions and 27 deletions

View File

@@ -5,7 +5,18 @@
//::///////////////////////////////////////////////////////////////////////////
/*
Adaptation (Plant)
The plant can adapt (become immune) to a particular attack form that has harmed it. On the round it is attacked, it must decide whether or not to begin the process of adaptation. It can drop a previous immunity to adapt to a new attack. The plant can have a total of two adapted immunities at any given time. It takes five days for the plant to complete the adaptation process. There are no restrictions to its activities during this time. For example, if it adapts to fire attacks, it grows a flame resistant bark. If it adapts to bludgeoning attacks, its surface becomes flexible and pliant. For the purposes of this mutation, physical attacks are divided into slashing, piercing and bludgeoning attacks; energy attacks into acid, cold, electricity, fire/heat, sonic/concussion and radiation - adaptation must be made to each individually. Gunshots are considered to be piercing attacks
The plant can adapt (become immune) to a particular attack form that has harmed
it. On the round it is attacked, it must decide whether or not to begin the
process of adaptation. It can drop a previous immunity to adapt to a new attack.
The plant can have a total of two adapted immunities at any given time. It takes
five days for the plant to complete the adaptation process. There are no
restrictions to its activities during this time. For example, if it adapts to
fire attacks, it grows a flame resistant bark. If it adapts to bludgeoning
attacks, its surface becomes flexible and pliant. For the purposes of this
mutation, physical attacks are divided into slashing, piercing and bludgeoning
attacks; energy attacks into acid, cold, electricity, fire/heat,
sonic/concussion and radiation - adaptation must be made to each individually.
Gunshots are considered to be piercing attacks
*/
//:://////////////////////////////////////////////////////////////////////////